Skip to content

Commit

Permalink
Added 1.3 blocks to isRedstoneSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Aug 13, 2012
1 parent 7c4cf04 commit 0b0b39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/sk89q/worldedit/blocks/BlockType.java
Expand Up @@ -712,6 +712,7 @@ public boolean canTransferRedstone() {
isRedstoneSource.add(BlockID.STONE_PRESSURE_PLATE);
isRedstoneSource.add(BlockID.WOODEN_PRESSURE_PLATE);
isRedstoneSource.add(BlockID.STONE_BUTTON);
isRedstoneSource.add(BlockID.TRIPWIRE_HOOK);
}

/**
Expand Down

0 comments on commit 0b0b39b

Please sign in to comment.