
Implement configurable allowed soils
juraj-hrivnak opened this issue · 2 comments
Syntax:
{
"soil": [
"material:<material>",
"block:<resource_location>",
"block:<resource_location> | <blockstates>..."
]
}
Example:
{
"soil": [
"material:grass",
"block:minecraft:sand",
"block:minecraft:stone | variant=granite"
]
}
Fixed in a93d434