fixed chest crash and mobelisk spawns

This commit is contained in:
StevenRS11
2013-06-14 04:58:48 -04:00
parent 69cfc1369c
commit 5f5569e9b9
3 changed files with 5 additions and 4 deletions

View File

@@ -955,13 +955,14 @@ public class SchematicLoader
if(Block.blocksList[blockToReplace] instanceof BlockContainer)
{
/**
TileEntity tile = world.getBlockTileEntity(i+xCooe, j+yCooe, k+zCooe);
NBTTagCompound tag = this.tileEntityList[index];
if(tag!=null)
{
tile.readFromNBT(tag);
}
**/