clientstuff
This commit is contained in:
24
.minecraft/config/angelica-options.json
Normal file
24
.minecraft/config/angelica-options.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"quality": {
|
||||
"grass_quality": "DEFAULT",
|
||||
"use_sodium_a_o": false
|
||||
},
|
||||
"advanced": {
|
||||
"use_vertex_array_objects": true,
|
||||
"use_chunk_multidraw": true,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"use_particle_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_compact_vertex_format": true,
|
||||
"use_block_face_culling": true,
|
||||
"allow_direct_memory_access": true,
|
||||
"ignore_driver_blacklist": false,
|
||||
"translucency_sorting": true
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"always_defer_chunk_updates": true,
|
||||
"use_no_error_g_l_context": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user