forked from MineClone5/MineClone5
#373 Fix generated dropped cactee
This commit is contained in:
parent
1cebafee80
commit
2772303fc0
|
@ -3045,6 +3045,8 @@ local function register_decorations()
|
|||
octaves = 3,
|
||||
persist = 0.6
|
||||
},
|
||||
spawn_by = "air",
|
||||
num_spawn_by = 8,
|
||||
decoration = "mcl_core:cactus",
|
||||
biomes = {"Desert",
|
||||
"Mesa","Mesa_sandlevel",
|
||||
|
|
|
@ -670,6 +670,8 @@ local function register_mgv6_decorations()
|
|||
octaves = 3,
|
||||
persist = 0.6
|
||||
},
|
||||
spawn_by = "air",
|
||||
num_spawn_by = 8,
|
||||
decoration = "mcl_core:cactus",
|
||||
height = 1,
|
||||
height_max = 3,
|
||||
|
|
Loading…
Reference in New Issue