mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-11 02:07:38 +00:00
Piston extension and moving piece now put nothing into the blockbag.
This commit is contained in:
parent
8e368ceef1
commit
2d0880e38d
@ -908,9 +908,9 @@ public enum BlockType {
|
|||||||
// LONG_GRASS
|
// LONG_GRASS
|
||||||
// DEAD_BUSH
|
// DEAD_BUSH
|
||||||
addIdentity(BlockID.PISTON_BASE);
|
addIdentity(BlockID.PISTON_BASE);
|
||||||
nonDataBlockBagItems.put(BlockID.PISTON_EXTENSION, doNotDestroy); // rule 7
|
// PISTON_EXTENSION, rule 7
|
||||||
addIdentities(BlockID.CLOTH, 16); // rule 1
|
addIdentities(BlockID.CLOTH, 16); // rule 1
|
||||||
nonDataBlockBagItems.put(BlockID.PISTON_MOVING_PIECE, doNotDestroy); // rule 7
|
// PISTON_MOVING_PIECE, rule 7
|
||||||
addIdentity(BlockID.YELLOW_FLOWER); // rule 1
|
addIdentity(BlockID.YELLOW_FLOWER); // rule 1
|
||||||
addIdentity(BlockID.RED_FLOWER); // rule 1
|
addIdentity(BlockID.RED_FLOWER); // rule 1
|
||||||
addIdentity(BlockID.BROWN_MUSHROOM); // rule 1
|
addIdentity(BlockID.BROWN_MUSHROOM); // rule 1
|
||||||
|
Loading…
Reference in New Issue
Block a user