mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Warthog now spawn on dirt
This commit is contained in:
parent
35a13c8faf
commit
6679190d44
@ -56,7 +56,7 @@ blood_texture = "mobs_blood.png",
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
})
|
})
|
||||||
mobs:register_spawn("mobs:pumba", {"default:dirt_with_grass"}, 20, 8, 9000, 1, 31000)
|
mobs:register_spawn("mobs:pumba", {"default:dirt_with_grass", "default:dirt"}, 20, 8, 9000, 1, 31000)
|
||||||
|
|
||||||
-- Porkchops
|
-- Porkchops
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user