Improvements to the nuke, rendering needs fixing

This commit is contained in:
modmuss50 2016-03-16 15:52:27 +00:00
parent b7c71edf4f
commit 929d2f4b7f
5 changed files with 75 additions and 14 deletions

View file

@ -53,6 +53,7 @@ public class EntityNukePrimed extends EntityTNTPrimed {
public void explodeNuke() {
RebornExplosion nukeExplosion = new RebornExplosion(new BlockPos(this.posX, this.posY, this.posZ), worldObj, 40);
nukeExplosion.setLivingBase(getTntPlacedBy());
nukeExplosion.explode();
}