geforkt von Mirrors/FastAsyncWorldEdit
Merge pull request #304 from roastnewt/patch-1
Add Stained Glass to usesData HashSet
Dieser Commit ist enthalten in:
Commit
801bb3d67f
@ -786,6 +786,7 @@ public enum BlockType {
|
||||
usesData.add(BlockID.DROPPER);
|
||||
usesData.add(BlockID.HOPPER);
|
||||
usesData.add(BlockID.STAINED_CLAY);
|
||||
usesData.add(BlockID.STAINED_GLASS);
|
||||
usesData.add(BlockID.STAINED_GLASS_PANE);
|
||||
usesData.add(BlockID.HAY_BLOCK);
|
||||
usesData.add(BlockID.CARPET);
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren