mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-01 07:30:27 +02:00
Add "wolf" mob
(from mobs_plus) - we need to test it, - reduce the spawn chance of the dirt monster for balance the spawn with wolf mobs, - wolf can spawn in pair.
This commit is contained in:
@ -28,6 +28,7 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
min = 2,
|
||||
max = 8,},
|
||||
},
|
||||
light_resistant = false,
|
||||
armor = 90,
|
||||
drawtype = "front",
|
||||
water_damage = 1,
|
||||
@ -54,4 +55,4 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
step = 1,
|
||||
blood_texture = "default_dirt.png",
|
||||
})
|
||||
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 7000, 1, 31000)
|
||||
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 8500, 1, 31000)
|
Reference in New Issue
Block a user