Release canidate

This commit is contained in:
StevenRS11
2013-06-13 16:44:17 -04:00
parent 558f2915b9
commit ebf35a056a
5 changed files with 6 additions and 4 deletions

View File

@@ -978,7 +978,7 @@ public class SchematicLoader
/**
// System.out.println("found container");
Random rand= new Random();
if(world.getBlockTileEntity(i+xCooe, j+yCooe, k+zCooe) instanceof TileEntityChest)
@@ -1017,7 +1017,7 @@ public class SchematicLoader
dispenser.addItem(new ItemStack(Item.arrow, 64));
}
**/
}
}