RetardsModpack/config/yosbr/config/bettergrass.json5
2025-07-01 13:51:07 +02:00

54 lines
No EOL
961 B
Text

{
/* -> General
OFF/FAST/FANCY (default: FANCY)
*/
"betterGrassMode": "FAST",
// (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: OPTIFINE)
*/
"betterSnowMode": "OPTIFINE",
"snowLayers": [
"snow",
"moss_carpet"
],
"excludedTags": [
"buttons",
"doors",
"fire",
"leaves",
"pressure_plates",
"rails"
],
"excludedBlocks": [
"lantern[hanging]",
"redstone_wall_torch",
"soul_lantern[hanging]",
"soul_wall_torch",
"wall_torch"
],
"whitelistedTags": [],
"whitelistedBlocks": []
}