forked from mtcontrib/mobs_animal
hogs can spawn on dry dirt with dry grass
This commit is contained in:
parent
59d5dbab85
commit
e3d51b3f58
@ -63,7 +63,7 @@ local spawn_on = {"default:dirt_with_grass"}
|
|||||||
local spawn_by = {"group:grass"}
|
local spawn_by = {"group:grass"}
|
||||||
|
|
||||||
if minetest.get_mapgen_setting("mg_name") ~= "v6" then
|
if minetest.get_mapgen_setting("mg_name") ~= "v6" then
|
||||||
spawn_on = {"default:dirt_with_dry_grass"}
|
spawn_on = {"default:dirt_with_dry_grass", "default:dry_dirt_with_dry_grass"}
|
||||||
spawn_by = {"group:dry_grass"}
|
spawn_by = {"group:dry_grass"}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user