forked from VoxeLibre/VoxeLibre
Complete charged creeper
This commit is contained in:
parent
486959515c
commit
cc2a0ae52c
|
@ -171,7 +171,8 @@ mobs:register_mob("mobs_mc:creeper_charged", {
|
||||||
explosion_radius = 12,
|
explosion_radius = 12,
|
||||||
explosion_damage_radius = 18,
|
explosion_damage_radius = 18,
|
||||||
explosiontimer_reset_radius = 10,
|
explosiontimer_reset_radius = 10,
|
||||||
reach = 2,
|
reach = 1.5,
|
||||||
|
defuse_reach = 4,
|
||||||
explosion_timer = 0.3,
|
explosion_timer = 0.3,
|
||||||
allow_fuse_reset = true,
|
allow_fuse_reset = true,
|
||||||
stop_to_explode = true,
|
stop_to_explode = true,
|
||||||
|
|
Loading…
Reference in New Issue