mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-08 10:50:23 +02:00
Resolve problems
This commit is contained in:
@ -112,7 +112,7 @@ mobs:register_mob("mobs:cow", {
|
||||
end,
|
||||
})
|
||||
-- spawn on default;green;prairie grass between 0 and 20 light, 1 in 11000 chance, 1 cow in area up to 31000 in height
|
||||
mobs:register_spawn("mobs:cow", {"default:dirt_with_grass"}, 20, 0, 10000, 1, 31000)
|
||||
mobs:register_spawn("mobs:cow", {"default:dirt_with_grass"}, 20, 8, 10000, 1, 31000)
|
||||
-- register spawn egg
|
||||
mobs:register_egg("mobs:cow", "Cow", "default_grass.png", 1)
|
||||
|
||||
|
Reference in New Issue
Block a user