correct spawn comment for foxes

This commit is contained in:
NO11 2021-03-30 18:26:12 +00:00
parent 622e716c73
commit 6ba517b760
1 changed files with 1 additions and 1 deletions

View File

@ -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)