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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue