]> git.lizzy.rs Git - Crafter.git/commitdiff
Make creepers stop destroying the entire area
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 23 May 2020 02:03:46 +0000 (22:03 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 23 May 2020 02:03:46 +0000 (22:03 -0400)
mods/mob/init.lua

index 43d1180cbbb589c104c11e6ebe5170b9181a0530..7f1be22e8f4fcf43371cc926e5e8c363757e4505 100644 (file)
@@ -537,8 +537,8 @@ mobs.register_mob(
         --projectile_timer_cooldown = 5,
         --projectile_type = "tnt:tnt",
         
-        explosion_radius = 3, -- how far away the mob has to be to initialize the explosion
-        explosion_power = 7, -- how big the explosion has to be
+        explosion_radius = 4, -- how far away the mob has to be to initialize the explosion
+        explosion_power = 4, -- how big the explosion has to be
         explosion_time = 3, -- how long it takes for a mob to explode
         
         die_in_light = false,