Changelog + version

This commit is contained in:
Nicholas Ignoffo 2018-07-22 07:10:00 -07:00
parent 6c5bbed348
commit 093cfb13ef
3 changed files with 12 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public class BlockAltar extends Block implements IVariantProvider, IDocumentedBl
TileEntity tile = world.getTileEntity(pos);
if (tile != null && tile instanceof TileAltar) {
if (tile instanceof TileAltar) {
TileAltar altar = (TileAltar) tile;
ItemStack orbStack = altar.getStackInSlot(0);