mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-15 15:41:06 +01:00
revert charged creeper explosion too
This commit is contained in:
parent
edf9e38d4f
commit
48946339c5
1 changed files with 3 additions and 3 deletions
|
@ -182,9 +182,9 @@ mobs:register_mob("mobs_mc:creeper_charged", {
|
||||||
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
|
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
|
||||||
attack_type = "explode",
|
attack_type = "explode",
|
||||||
|
|
||||||
explosion_strength = 24,
|
explosion_strength = 6,
|
||||||
explosion_radius = 12,
|
explosion_radius = 3,
|
||||||
explosion_damage_radius = 18,
|
explosion_damage_radius = 6,
|
||||||
explosiontimer_reset_radius = 10,
|
explosiontimer_reset_radius = 10,
|
||||||
reach = 1.5,
|
reach = 1.5,
|
||||||
defuse_reach = 4,
|
defuse_reach = 4,
|
||||||
|
|
Loading…
Reference in a new issue