1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 22:38:32 +01:00

update mobs mod

This commit is contained in:
2016-02-10 05:02:17 +01:00
parent a63a618f7e
commit 10a0bf418b
24 changed files with 187 additions and 169 deletions

View File

@@ -47,8 +47,10 @@ mobs:register_mob("mobs:rat", {
end,
--]]
})
-- spawn on stone between 1 and 20 light, 1 in 7000 chance, 1 per area up to 31000 in height
mobs:spawn_specific("mobs:rat", {"default:stone", "default:sandstone"}, {"air"}, 0, 20, 30, 10000, 1, -31000, 31000, true)
-- register spawn egg
mobs:register_egg("mobs:rat", "Rat", "mobs_rat_inv.png", 1)