Added 1.3 blocks to isContainerBlock.

This commit is contained in:
TomyLobo 2012-08-13 23:23:50 +02:00
parent c2d7ab5bff
commit 082871f46d

View File

@ -602,6 +602,7 @@ public enum BlockType {
isContainerBlock.add(BlockID.BURNING_FURNACE);
isContainerBlock.add(BlockID.CHEST);
isContainerBlock.add(BlockID.BREWING_STAND);
//isContainerBlock.add(BlockID.ENDER_CHEST); // ender chest has no own inventory, don't add this here
}
/**