Changelog
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"
]
}


