Changelog + version
This commit is contained in:
parent
6c5bbed348
commit
093cfb13ef
3 changed files with 12 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue