release: 1.1.0

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-01 21:40:13 -03:00
commit fa7ded9294
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
342 changed files with 16046 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"quality": {
"weather_quality": "FAST",
"leaves_quality": "FANCY",
"enable_vignette": true
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": false,
"leaf_culling_quality": "SOLID"
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
},
"debug": {
"terrain_sorting_enabled": true
}
}