#373 Fix generated dropped cactee

This commit is contained in:
kay27 2022-07-17 04:16:44 +03:00
parent 1cebafee80
commit 2772303fc0
2 changed files with 4 additions and 0 deletions

View File

@ -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",

View File

@ -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,