Added OptiFabric mods and configurations
This commit is contained in:
parent
de4d8f0b52
commit
c966dae0ab
6 changed files with 178 additions and 0 deletions
51
config/yosbr/config/bettergrass.json5
Normal file
51
config/yosbr/config/bettergrass.json5
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
/* -> General
|
||||
OFF/FAST/FANCY (default: FANCY)
|
||||
*/
|
||||
"betterGrassMode": "OFF",
|
||||
// (default: true)
|
||||
"resourcePackCompatibilityMode": true,
|
||||
/* Blocks
|
||||
(default: true)
|
||||
*/
|
||||
"grassBlocks": true,
|
||||
// (default: true)
|
||||
"snowy": true,
|
||||
// (default: true)
|
||||
"dirtPaths": true,
|
||||
// (default: true)
|
||||
"farmLands": true,
|
||||
// (default: true)
|
||||
"podzol": true,
|
||||
// (default: true)
|
||||
"mycelium": true,
|
||||
// (default: true)
|
||||
"crimsonNylium": true,
|
||||
// (default: true)
|
||||
"warpedNylium": true,
|
||||
"moreBlocks": [
|
||||
"minecraft:sculk_catalyst"
|
||||
],
|
||||
/* -> Better Snow
|
||||
OFF/OPTIFINE/LAMBDA (default: LAMBDA)
|
||||
*/
|
||||
"betterSnowMode": "OFF",
|
||||
"snowLayers": [
|
||||
"snow",
|
||||
"moss_carpet",
|
||||
"pale_moss_carpet",
|
||||
"leaf_litter",
|
||||
"pink_petals",
|
||||
"wildflowers"
|
||||
],
|
||||
"excludedTags": [],
|
||||
"excludedBlocks": [
|
||||
"lantern[hanging]",
|
||||
"redstone_wall_torch",
|
||||
"soul_lantern[hanging]",
|
||||
"soul_wall_torch",
|
||||
"wall_torch"
|
||||
],
|
||||
"whitelistedTags": [],
|
||||
"whitelistedBlocks": []
|
||||
}
|
||||
20
config/yosbr/config/immediatelyfast.json
Normal file
20
config/yosbr/config/immediatelyfast.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"REGULAR_INFO": "----- Regular config values below -----",
|
||||
"font_atlas_resizing": true,
|
||||
"map_atlas_generation": true,
|
||||
"fast_text_lookup": true,
|
||||
"avoid_redundant_framebuffer_switching": true,
|
||||
"fix_slow_buffer_upload_on_apple_gpu": true,
|
||||
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
|
||||
"dont_add_info_into_debug_hud": true,
|
||||
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
|
||||
"experimental_disable_error_checking": false,
|
||||
"experimental_disable_resource_pack_conflict_handling": false,
|
||||
"experimental_sign_text_buffering": false,
|
||||
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
|
||||
"debug_only_and_not_recommended_disable_universal_batching": false,
|
||||
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
|
||||
"debug_only_and_not_recommended_disable_hardware_conflict_handling": false,
|
||||
"debug_only_print_additional_error_information": false,
|
||||
"debug_only_use_last_usage_for_batch_ordering": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue