Block item drops "don't spawn" or spawn far away
hammertater opened this issue ยท 2 comments
Currently, block items are dropped on the first chop*. Because the block is immediately replaced by a chopped block, there is nowhere for the item to go, so it gets pushed in a random direction. Sometimes this makes the dropped item unreachable or hard to find.
*this is because the chopped log has no memory of the block it used to be; this behavior will change eventually when each log block has its own corresponding chopped block