forked from Mineclonia/Mineclonia
Update sugar canes swampland biomes
This commit is contained in:
parent
e03a2ee9a2
commit
d4b7e2f1d6
|
@ -2385,7 +2385,7 @@ local function register_decorations()
|
||||||
octaves = 3,
|
octaves = 3,
|
||||||
persist = 0.7,
|
persist = 0.7,
|
||||||
},
|
},
|
||||||
biomes = {"Swampland"},
|
biomes = {"Swampland", "Swampland_shore"},
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
decoration = "mcl_core:reeds",
|
decoration = "mcl_core:reeds",
|
||||||
|
|
Loading…
Reference in New Issue