forked from epCode/extra_mobs
correct spawn comment for foxes
This commit is contained in:
parent
622e716c73
commit
6ba517b760
2
fox.lua
2
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)
|
||||
|
|
Loading…
Reference in New Issue