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

dont spawn in desert sand, spawn in dry_shrub instead

parent 0f1d016e
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@ mobs:register_mob("horses:horse3", {
end
end,
})
mobs:register_spawn("horses:horse3", {"default:desert_sand"}, 20, 8, 120, 1, 31000)
mobs:register_spawn("horses:horse3", {"default:dry_shrub"}, 20, 8, 120, 1, 31000)
-- wild horse spawn eggs
mobs:register_egg("horses:horse", "Brown Horse", "mobs_horse_inv.png", 0)
......
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