make foxes spawn

This commit is contained in:
epCode 2021-03-24 11:54:32 -07:00
parent 5da8cc4039
commit ebcb80184d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ local fox = {
mobs:register_mob("extra_mobs:fox", fox)
-- Regular spawning in the Nether
mobs:spawn_specific("extra_mobs:fox", {"mcl_nether:netherrack"}, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 6000, 3, mcl_vars.mg_nether_min, mcl_vars.mg_nether_max)
mobs:spawn_specific("extra_mobs:fox", {"mcl_core:dirt_with_grass"}, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 6000, 3, 0, 500)
-- spawn eggs
mobs:register_egg("extra_mobs:fox", S("Fox"), "extra_mobs_spawn_icon_fox.png", 0)