Update to Minecraft 1.8.3
This commit is contained in:
@@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
int k = MathHelper.floor(d2);
|
||||
BlockPosition blockposition = new BlockPosition(i, j, k);
|
||||
+ if ( !world.isLoaded( blockposition ) ) return null; // Spigot
|
||||
TileEntity tileentity = world.getTileEntity(new BlockPosition(i, j, k));
|
||||
Block block = world.getType(blockposition).getBlock();
|
||||
|
||||
if (tileentity instanceof IInventory) {
|
||||
if (block.isTileEntity()) {
|
||||
--
|
||||
Reference in New Issue
Block a user