This commit is contained in:
anonoe 2025-04-12 20:09:26 +02:00
parent b2c19d7d7b
commit 4490ac6243
Signed by: anonoe
SSH key fingerprint: SHA256:c7f28FyVXvIXSVjAXp9azN9lKg+khKjVegKYeXHP/Ho
12 changed files with 980 additions and 44 deletions

View file

@ -1,12 +1,25 @@
{
"quality": {
"weather_quality": "FAST",
"leaves_quality": "DEFAULT",
"enable_vignette": false
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 5
},
"performance": {
"use_entity_culling": false
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": false,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
}
}
}