Add optional "irrigable" list to FloraConfig

This commit is contained in:
dfsek
2020-11-08 20:01:47 -07:00
parent 7d395a4347
commit f0d982f887
3 changed files with 44 additions and 6 deletions
@@ -26,10 +26,15 @@ flora:
min: 62
max: 84
GRASS:
weight: 700
weight: 675
y:
min: 62
max: 84
SUGARCANE:
weight: 25
y:
min: 62
max: 68
ocean:
palette: "BLOCK:minecraft:water"
@@ -0,0 +1,17 @@
layers:
- materials:
- "minecraft:sugar_cane": 2
layers: 1
- materials:
- "minecraft:sugar_cane": 1
- "minecraft:air": 1
layers: 1
id: "SUGARCANE"
spawnable:
- "minecraft:sand"
- "minecraft:red_sand"
- "minecraft:grass_block"
replaceable:
- "minecraft:air"
irrigable:
- "minecraft:water"