Give charged creeper an explosion strength of 6

This commit is contained in:
Elias Fleckenstein 2021-02-16 09:55:36 +01:00
parent 47d9c23c7a
commit 574ced80a3
1 changed files with 1 additions and 1 deletions

View File

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