Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 2772303fc0 - Show all commits

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,