It runs!
This commit is contained in:
parent
51e10eaad2
commit
ed27873fbe
42 changed files with 3606 additions and 3648 deletions
|
@ -126,7 +126,7 @@ public class RitualLivingArmourDowngrade extends Ritual
|
|||
recipe.consumeInventory(inv);
|
||||
|
||||
EntityLightningBolt lightning = new EntityLightningBolt(world, chestPos.getX(), chestPos.getY(), chestPos.getZ(), true);
|
||||
world.spawnEntityInWorld(lightning);
|
||||
world.spawnEntity(lightning);
|
||||
|
||||
masterRitualStone.setActive(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue