Skip to content
Snippets Groups Projects
Commit 0f1d016e authored by tchncs's avatar tchncs
Browse files

only spawn in grass

parent 3347a618
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ mobs:register_mob("horses:horse", {
end
end,
})
mobs:register_spawn("horses:horse", {"default:dirt_with_grass"}, 20, 8, 200, 1, 31000)
mobs:register_spawn("horses:horse", {"default:grass_5"}, 20, 8, 200, 1, 31000)
mobs:register_mob("horses:horse2", {
type = "animal",
......@@ -285,7 +285,7 @@ mobs:register_mob("horses:horse2", {
end
end,
})
mobs:register_spawn("horses:horse2", {"default:dirt_with_grass"}, 20, 8, 150, 1, 31000)
mobs:register_spawn("horses:horse2", {"default:grass_5"}, 20, 8, 150, 1, 31000)
mobs:register_mob("horses:horse3", {
type = "animal",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment