1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Added plants and dirt monsters on watershed:drygrass

This commit is contained in:
Gael-de-Sailly
2015-07-08 19:23:21 +02:00
parent 7cfcbc63fc
commit c7e4bd9745
3 changed files with 18 additions and 3 deletions

View File

@ -52,6 +52,6 @@ mobs:register_mob("mobs:dirt_monster", {
},
})
-- spawn on normal;grey dirt between -1 and 5 light, 1 in 7000 change, 1 dirt monster in area up to 31000 in height
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 5, -1, 9500, 1, 31000)
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass", "watershed:drygrass"}, 5, -1, 9500, 1, 31000)
-- register spawn egg
mobs:register_egg("mobs:dirt_monster", "Dirt Monster", "default_dirt.png", 1)