Fix mob spawn positions

This commit is contained in:
Wuzzy 2017-02-15 00:37:39 +01:00
parent 5df8579e88
commit d201216fb5
8 changed files with 12 additions and 13 deletions

View file

@ -124,7 +124,7 @@ print(item:get_name(), minetest.get_item_group(item:get_name(), "dye"))
end
end,
})
--mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 12, 5000, 2, 31000)
mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 12, 5000, 2, 31000)
-- compatibility