hogs can spawn on dry dirt with dry grass

This commit is contained in:
tenplus1 2020-06-19 10:55:31 +01:00
parent 59d5dbab85
commit e3d51b3f58
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ local spawn_on = {"default:dirt_with_grass"}
local spawn_by = {"group:grass"}
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"}
end