Added first version of pack

This commit is contained in:
2026-05-06 15:01:00 +02:00
commit 5ae320961a
398 changed files with 2220 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#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
+29
View File
@@ -0,0 +1,29 @@
{
"quality": {
"weather_quality": "DEFAULT",
"leaves_quality": "DEFAULT",
"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": true,
"use_persistent_mapping": true
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
},
"debug": {
"terrain_sorting_enabled": true
}
}