Make the bomber mutation destroy terrain again

This commit is contained in:
Ashcon Partovi 2017-12-10 17:53:34 -08:00 committed by GitHub
parent 0f8af6805b
commit de6db0c98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class BomberMutation extends EntityMutation<TNTPrimed> implements TargetM
TNTPrimed tnt = spawn(location, TNTPrimed.class);
tnt.setGlowing(true);
tnt.setIsIncendiary(false);
tnt.setYield(0);
tnt.setFuseTicks(200);
tnt.setVelocity(
new Vector(