geforkt von Mirrors/FastAsyncWorldEdit
Non-leaf blocks should no longer show up as leaves in the inventory when using block bags.
Dieser Commit ist enthalten in:
Ursprung
e72f84f08f
Commit
af1c600fc9
@ -1032,7 +1032,7 @@ public enum BlockType {
|
||||
|
||||
private static void addIdentities(int type, int maxData) {
|
||||
for (int data = 0; data < maxData; ++data) {
|
||||
dataBlockBagItems.put(typeDataKey(type, data), new BaseItem(BlockID.LEAVES, (short) data));
|
||||
dataBlockBagItems.put(typeDataKey(type, data), new BaseItem(type, (short) data));
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren