initial 20w11a
This commit is contained in:
parent
dffec285b2
commit
adad632549
25 changed files with 65 additions and 71 deletions
|
@ -80,7 +80,7 @@ public class EntityNukePrimed extends TntEntity {
|
|||
explodeNuke();
|
||||
}
|
||||
} else {
|
||||
this.checkWaterState();
|
||||
this.updateWaterState();
|
||||
this.world.addParticle(ParticleTypes.SMOKE, this.getX(), this.getY() + 0.5D, this.getZ(), 0.0D, 0.0D, 0.0D);
|
||||
}
|
||||
}
|
||||
|
@ -89,7 +89,7 @@ public class EntityNukePrimed extends TntEntity {
|
|||
if (!TechRebornConfig.nukeEnabled) {
|
||||
return;
|
||||
}
|
||||
RebornExplosion nukeExplosion = new RebornExplosion(getBlockPos(), world, TechRebornConfig.nukeRadius);
|
||||
RebornExplosion nukeExplosion = new RebornExplosion(getSenseCenterPos(), world, TechRebornConfig.nukeRadius);
|
||||
nukeExplosion.setLivingBase(getCausingEntity());
|
||||
nukeExplosion.explode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue