Navigation Menu

Skip to content

Commit

Permalink
Added 1.3 blocks to shouldPlaceLast.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Aug 13, 2012
1 parent d88691d commit 42a64f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/sk89q/worldedit/blocks/BlockType.java
Expand Up @@ -314,6 +314,9 @@ public String getName() {
shouldPlaceLast.add(BlockID.PISTON_STICKY_BASE);
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
shouldPlaceLast.add(BlockID.PISTON_MOVING_PIECE);
shouldPlaceLast.add(BlockID.COCOA_PLANT);
shouldPlaceLast.add(BlockID.TRIPWIRE_HOOK);
shouldPlaceLast.add(BlockID.TRIPWIRE);
}

/**
Expand Down

0 comments on commit 42a64f7

Please sign in to comment.