1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 10:20:43 +02:00

Update mobs spawn and ODS board

This commit is contained in:
Ombridride
2015-03-27 23:12:03 +01:00
parent a32ed5e3cf
commit 168995d01f
16 changed files with 16 additions and 16 deletions

View File

@ -88,7 +88,7 @@ mobs:register_mob("mobs:chicken", {
})
-- spawn on default or bamboo grass between 8 and 20 light, 1 in 9000 change, 1 chicken in area up to 31000 in height
mobs:register_spawn("mobs:chicken", {"default:dirt_with_grass"}, 20, 0, 9000, 1, 31000)
mobs:register_spawn("mobs:chicken", {"default:dirt_with_grass"}, 20, 0, 10000, 1, 31000)
-- register spawn egg
mobs:register_egg("mobs:chicken", "Chicken", "mobs_chicken_inv.png", 0)