mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Added 1.3 blocks to isRedstoneSource.
This commit is contained in:
@ -712,6 +712,7 @@ public enum BlockType {
|
||||
isRedstoneSource.add(BlockID.STONE_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.WOODEN_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.STONE_BUTTON);
|
||||
isRedstoneSource.add(BlockID.TRIPWIRE_HOOK);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user