1
0
의 미러 https://github.com/sys4-fr/server-nalc.git synced 2025-10-29 19:55:18 +01: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
부모 6923c52f4a
커밋 d4a2c5e085
5개의 변경된 파일661개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -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,