mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
Added cactus to getAttachment.
This commit is contained in:
parent
7fec065d4a
commit
e2c71e4269
@ -911,6 +911,7 @@ public static BaseItemStack getBlockDrop(int id, short data) {
|
||||
for (int offset = 0; offset <= 8; offset += 8) {
|
||||
addCardinals(BlockID.STONE_BUTTON, offset+4, offset+1, offset+3, offset+2);
|
||||
}
|
||||
nonDataAttachments.put(BlockID.CACTUS, PlayerDirection.DOWN);
|
||||
nonDataAttachments.put(BlockID.REED, PlayerDirection.DOWN);
|
||||
nonDataAttachments.put(BlockID.CAKE_BLOCK, PlayerDirection.DOWN);
|
||||
nonDataAttachments.put(BlockID.REDSTONE_REPEATER_OFF, PlayerDirection.DOWN);
|
||||
|
Loading…
Reference in New Issue
Block a user