forked from VoxeLibre/VoxeLibre
Give charged creeper an explosion strength of 6
This commit is contained in:
parent
47d9c23c7a
commit
574ced80a3
|
@ -158,7 +158,7 @@ mobs:register_mob("mobs_mc:creeper_charged", {
|
|||
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
|
||||
attack_type = "explode",
|
||||
|
||||
explosion_strength = 5,
|
||||
explosion_strength = 6,
|
||||
explosion_radius = 8,
|
||||
explosion_damage_radius = 8,
|
||||
explosiontimer_reset_radius = 6,
|
||||
|
|
Loading…
Reference in New Issue