mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
parent
80efc282aa
commit
2d37302243
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public class TileEntityOfferingTable extends TileEntityImpl implements ITickable
|
|||
this.itemsToSpawn.add(recipe.output.copy());
|
||||
|
||||
LightningBoltEntity lightningboltentity = EntityType.LIGHTNING_BOLT.create(this.world);
|
||||
lightningboltentity.setEffectOnly(true);
|
||||
lightningboltentity.moveForced(Vector3d.copyCenteredHorizontally(this.pos));
|
||||
this.world.addEntity(lightningboltentity);
|
||||
PacketHandler.sendToAllAround(this.world, this.pos, 32, new PacketParticles(
|
||||
|
|
Loading…
Reference in a new issue