geforkt von Mirrors/FastAsyncWorldEdit
Added 1.3 blocks to isContainerBlock.
Dieser Commit ist enthalten in:
Ursprung
c2d7ab5bff
Commit
082871f46d
@ -602,6 +602,7 @@ public enum BlockType {
|
|||||||
isContainerBlock.add(BlockID.BURNING_FURNACE);
|
isContainerBlock.add(BlockID.BURNING_FURNACE);
|
||||||
isContainerBlock.add(BlockID.CHEST);
|
isContainerBlock.add(BlockID.CHEST);
|
||||||
isContainerBlock.add(BlockID.BREWING_STAND);
|
isContainerBlock.add(BlockID.BREWING_STAND);
|
||||||
|
//isContainerBlock.add(BlockID.ENDER_CHEST); // ender chest has no own inventory, don't add this here
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren