Add claiming
This commit is contained in:
@@ -1,11 +1,2 @@
|
||||
#These JEI plugins will be loaded on the main thread
|
||||
blacklist_async_jei_plugins = ["jepb:jei_plugin"]
|
||||
|
||||
[perf.dynamic_resources]
|
||||
enabled = true
|
||||
|
||||
[perf.remove_spawn_chunks]
|
||||
enabled = true
|
||||
|
||||
[perf.faster_loading]
|
||||
enabled = true
|
||||
#These JEI plugins will be loaded on the main thread
|
||||
blacklist_async_jei_plugins = ["jepb:jei_plugin"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"weather_quality": "FAST",
|
||||
"leaves_quality": "FAST",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
@@ -16,8 +16,7 @@
|
||||
"use_entity_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true,
|
||||
"use_no_error_g_l_context": true,
|
||||
"use_persistent_mapping": true
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"has_cleared_donation_button": false,
|
||||
@@ -26,4 +25,4 @@
|
||||
"debug": {
|
||||
"terrain_sorting_enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user