Greenery🌿

Greenery🌿

91.8k Downloads

Implement configurable allowed soils

juraj-hrivnak opened this issue · 2 comments

commented

Syntax:

{
  "soil": [
    "material:<material>",
    "block:<resource_location>",
    "block:<resource_location> | <blockstates>..."
  ]
}

Example:

{
  "soil": [
    "material:grass",
    "block:minecraft:sand",
    "block:minecraft:stone | variant=granite"
  ]
}
commented

Halfway implemented in v5.0

commented

Fixed in a93d434