1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-15 14:10:26 +02:00

- Creeper explosion trigger surrounding nodes with fake fire rather than real fire for avoiding out of control wildfires.

- Increase Creeper explosion radius to 3 and 6 for damage radius.
- Add a custom tnt mod as a replacement of the default one. This mod allow explosions without burning surrounding nodes.
This commit is contained in:
sys4
2017-11-29 22:03:09 +01:00
parent 6923c52f4a
commit d4a2c5e085
5 changed files with 661 additions and 2 deletions

View File

@ -5,7 +5,7 @@ mobs:register_mob("creeper:creeper", {
type = "monster",
passive = false,
attack_type = "explode",
explosion_radius = 2,
explosion_radius = 3,
damage = 21,
hp_min = 30,
hp_max = 40,