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

@ -318,9 +318,9 @@ mobs:register_mob("mobs_mc:horse3", {
end
end,
})
mobs:register_spawn("mobs_mc:horse", {"mcl_core:dirt_with_dry_grass","es:strange_grass","es:aiden_grass"}, 20, 12, 21000, 1, 12)
mobs:register_spawn("mobs_mc:horse2", {"mcl_core:dirt_with_dry_grass"}, 20, 12, 23000, 1, 31000)
mobs:register_spawn("mobs_mc:horse3", {"mcl_core:desert_sand"}, 20, 8, 17000, 1, 5)
mobs:register_spawn("mobs_mc:horse", {"mcl_core:dirt_with_grass", "mcl_core:dirt"}, 20, 12, 21000, 1, 12)
mobs:register_spawn("mobs_mc:horse2", {"mcl_core:dirt_with_grass", "mcl_core:dirt"}, 20, 12, 23000, 1, 31000)
mobs:register_spawn("mobs_mc:horse3", {"mcl_core:sand", "mcl_core:redsand"}, 20, 8, 17000, 1, 5)
-- compatibility