mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 13:20:32 +00:00
Add optional "irrigable" list to FloraConfig
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user