mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 18:30:28 +02:00
Set creeper radius_damage from 3 to 2
Wolves are hostile now
This commit is contained in:
@ -5,7 +5,7 @@ mobs:register_mob("creeper:creeper", {
|
||||
type = "monster",
|
||||
passive = false,
|
||||
attack_type = "explode",
|
||||
explosion_radius = 3,
|
||||
explosion_radius = 2,
|
||||
damage = 21,
|
||||
hp_min = 30,
|
||||
hp_max = 40,
|
||||
|
Reference in New Issue
Block a user