diff --git a/fox.lua b/fox.lua index 09e9f37..e3f0272 100644 --- a/fox.lua +++ b/fox.lua @@ -115,7 +115,7 @@ local fox = { mobs:register_mob("extra_mobs:fox", fox) --- Regular spawning in the Nether +-- spawning mobs:spawn_specific("extra_mobs:fox", {"mcl_core:dirt_with_grass"}, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 6000, 3, 0, 500) mobs:spawn_specific("extra_mobs:fox", {"mcl_core:dirt_with_grass_snow"}, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 6000, 3, 0, 500)