File Details
7.0
- R
- Nov 17, 2024
- 470.07 KB
- 2.0K
- 1.12.2+2
- Forge
File Name
Greenery-1.12.2-7.0.jar
Supported Versions
- 1.12.2
- 1.12.1
- 1.12
Curse Maven Snippet
Greenery🌿 changelog
- Implemented improved
soilconfiguration. - The
allowedSoilsconfig was deprecated. (Still works for backward compatibility.)
Syntax:
{
"soil": [
"material:<material>",
"block:<resource_location>",
"block:<resource_location> | <blockstates>..."
]
}
Example:
{
"soil": [
"material:grass",
"block:minecraft:sand",
"block:minecraft:stone | variant=granite"
]
}

