update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 6f0de8a82c - Show all commits

View File

@ -4831,7 +4831,7 @@ local function register_dimension_decorations()
fill_ratio = 0.02,
biomes = {"CrimsonForest"},
y_min = mcl_vars.mg_lava_nether_max + 1,
y_max = mcl_vars.mg_lava_nether_max - 10,
y_max = mcl_vars.mg_nether_max - 10,
flags = "all_floors",
decoration = "mcl_crimson:crimson_fungus",
})
@ -4884,6 +4884,7 @@ local function register_dimension_decorations()
fill_ratio = 0.063,
biomes = {"CrimsonForest"},
y_min = mcl_vars.mg_lava_nether_max + 1,
y_max = mcl_vars.mg_nether_max -5,
flags = "all_ceilings",
height = 2,
height_max = 8,