Chalk marks delete replaceable blocks
idle-z opened this issue ยท 2 comments
When making a chalk mark in the same block as a replaceable block the old block is deleted without dropping.
Replication:
- Place a torch against a wall such that the ceiling is immediately above it.
- Make a mark with chalk on the ceiling such that it occupies the same block as the torch.
- The torch vanishes, and the mark is made.
What should probably happen:
One of
- The torch is dropped
- The mark is not made and the torch remains
- The mark and torch are both present in the block (probably difficult)