mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 13:50:19 +02:00
Add zombie monsters, spawn in the Nether Forest
- They are very similar to the Dirt Monster, but they are more slower, has more heath, and less armor, they do the same amount of damage and give the same samount of coins - Remove the Stonemonster in the Nether Forest, remplaced by Zombies
This commit is contained in:
@ -51,7 +51,7 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
punch_start = 40, punch_end = 63,
|
||||
},
|
||||
})
|
||||
-- spawn on normal;grey dirt between 0 and 5 light, 1 in 7000 change, 1 dirt monster in area up to 31000 in height
|
||||
-- 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)
|
||||
-- register spawn egg
|
||||
mobs:register_egg("mobs:dirt_monster", "Dirt Monster", "default_dirt.png", 1)
|
||||
|
Reference in New Issue
Block a user