diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java b/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java index 1381c6c2d..780d95e03 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java @@ -119,6 +119,7 @@ public class DPSGeneratorEntity extends LivingEntity implements GeoEntity { if (entity instanceof DPSGeneratorEntity generatorEntity) { event.setCanceled(true); + generatorEntity.setHealth(0.00001F); if (sourceEntity instanceof Player player) { SoundTool.playLocalSound(player, ModSounds.TARGET_DOWN.get(), 1, 1);