mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-11 02:07:38 +00:00
Added 1.3 blocks to shouldPlaceLast.
This commit is contained in:
parent
d88691d450
commit
42a64f72a1
@ -314,6 +314,9 @@ public enum BlockType {
|
|||||||
shouldPlaceLast.add(BlockID.PISTON_STICKY_BASE);
|
shouldPlaceLast.add(BlockID.PISTON_STICKY_BASE);
|
||||||
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
|
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
|
||||||
shouldPlaceLast.add(BlockID.PISTON_MOVING_PIECE);
|
shouldPlaceLast.add(BlockID.PISTON_MOVING_PIECE);
|
||||||
|
shouldPlaceLast.add(BlockID.COCOA_PLANT);
|
||||||
|
shouldPlaceLast.add(BlockID.TRIPWIRE_HOOK);
|
||||||
|
shouldPlaceLast.add(BlockID.TRIPWIRE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user