Wither is able to break unbreakable blocks.
MatthewClair opened this issue ยท 5 comments
Issue: Blocks that withers shouldn't be able to break are able to be broken. Ex: Bedrock.
Expected: Withers shouldn't be able to break bedrock since they can't in vanilla.
Repro: Create a wither in the end under the bedrock portal platform. The wither will be able to break the bedrock and end portal blocks inside.
Hi! I had the same problem after updating to 0.4.4 yesterday. I'm using the latest Fabric API as well.
EDIT: there don't seem to be any errors in server log file ...
I suspect the issue here could be that we are not properly initializing the "last visited" coordinate, so if the explosion starts at (0, 0), it will see only air blocks and cause weirdness like this. Given that the end portal is usually always created in chunk (0, 0), it seems the likely culprit.
It appears the coordinate initialization bug was in fact the cause of this issue, and has been resolved with bde42c8.
I have published Lithium 0.4.5 on CurseForge (currently under review) with the aforementioned bug fix. Thank you for the report.