Fix strider spawning

This commit is contained in:
cora 2022-10-30 02:21:35 +02:00
parent d393e6a181
commit 21f5586669
1 changed files with 10 additions and 2 deletions

View File

@ -211,7 +211,11 @@ mcl_mobs:spawn_setup({
type_of_spawning = "lava",
dimension = "nether",
biomes = {
"Nether"
"Nether",
"BasaltDelta",
"WarpedForest",
"CrimsonForest",
"SoulsandValley"
},
min_height = mcl_vars.mg_nether_min,
max_height = mcl_vars.mg_nether_max,
@ -223,7 +227,11 @@ mcl_mobs:spawn_setup({
type_of_spawning = "lava",
dimension = "nether",
biomes = {
"Nether"
"Nether",
"BasaltDelta",
"WarpedForest",
"CrimsonForest",
"SoulsandValley"
},
min_height = mcl_vars.mg_nether_min,
max_height = mcl_vars.mg_nether_max,