Blocks which drop items that don't match their block ID (BED)
WayGroovy opened this issue ยท 3 comments
If using a Bed as a protection block, block 26, on destruction of the bed block foot block 26 drops instead of item 355. On destruction of the bed head, item 355 drops, the field is inactive, but the plugin does not register the destruction of the field. It seems players can interact inside the field, but the creator is unable to make a new field.
Another item which may cause similar problems are door perhaps, untested personally.
Do not use ID 26 .
Try just using ID 355.
Minecraft documentation:
(Block 26) Cannot be legitimately obtained. Only available using the /give command or via inventory editors.
I think if you switch your protection block ID to 355 it may fix your problems.
355 is not a block. It is an item that when used causes block 26 (well..two of block 26) to appear.
I think the best course of action is that there be a list of blocks that do not cause problems when being used as PStones. It could be in the Wiki or in some other documentation, or it could be in the code. Any list is fine.