diff --git a/mods/ENTITIES/mobs_mc/strider.lua b/mods/ENTITIES/mobs_mc/strider.lua index efb907983..12568b8a5 100644 --- a/mods/ENTITIES/mobs_mc/strider.lua +++ b/mods/ENTITIES/mobs_mc/strider.lua @@ -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,