mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +00:00
Added planks and sandstone to the usesData list
This commit is contained in:
parent
54eed713ab
commit
90fb512a45
@ -420,6 +420,7 @@ public enum BlockType {
|
||||
*/
|
||||
private static final Set<Integer> usesData = new HashSet<Integer>();
|
||||
static {
|
||||
usesData.add(BlockID.WOOD);
|
||||
usesData.add(BlockID.SAPLING);
|
||||
usesData.add(BlockID.WATER);
|
||||
usesData.add(BlockID.STATIONARY_WATER);
|
||||
@ -428,6 +429,7 @@ public enum BlockType {
|
||||
usesData.add(BlockID.LOG);
|
||||
usesData.add(BlockID.LEAVES);
|
||||
usesData.add(BlockID.DISPENSER);
|
||||
usesData.add(BlockID.SANDSTONE);
|
||||
usesData.add(BlockID.BED);
|
||||
usesData.add(BlockID.POWERED_RAIL);
|
||||
usesData.add(BlockID.DETECTOR_RAIL);
|
||||
|
Loading…
Reference in New Issue
Block a user