mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Added data support for silverfish blocks.
This commit is contained in:
@ -432,6 +432,7 @@ public enum BlockType {
|
||||
usesData.add(BlockID.REDSTONE_REPEATER_OFF);
|
||||
usesData.add(BlockID.REDSTONE_REPEATER_ON);
|
||||
usesData.add(BlockID.TRAP_DOOR);
|
||||
usesData.add(BlockID.SILVERFISH_BLOCK);
|
||||
usesData.add(BlockID.STONE_BRICK);
|
||||
usesData.add(BlockID.RED_MUSHROOM_CAP);
|
||||
usesData.add(BlockID.BROWN_MUSHROOM_CAP);
|
||||
|
Reference in New Issue
Block a user