Fix conflicts with mojang's mappings

This commit is contained in:
modmuss50 2021-07-20 19:03:30 +01:00
parent 2ae5e8ff5b
commit 66c70e7e96
12 changed files with 23 additions and 23 deletions

View file

@ -80,6 +80,6 @@ public class EntityNukePrimed extends TntEntity {
}
RebornExplosion nukeExplosion = new RebornExplosion(getBlockPos(), world, TechRebornConfig.nukeRadius);
nukeExplosion.setLivingBase(getCausingEntity());
nukeExplosion.explode();
nukeExplosion.applyExplosion();
}
}