Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wither is able to break unbreakable blocks. #19

Closed
MatthewClair opened this issue Mar 7, 2020 · 5 comments
Closed

Wither is able to break unbreakable blocks. #19

MatthewClair opened this issue Mar 7, 2020 · 5 comments
Labels
bug Something isn't working critical This issue is of critical importance

Comments

@MatthewClair
Copy link

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.

@jellysquid3
Copy link
Member

jellysquid3 commented Mar 7, 2020

I cannot reproduce this issue in the latest release of Lithium (0.4.4). Can you please verify that you are using the latest version, and if so, can you provide a client/server log file?

2020-03-07_01 19 42

@jellysquid3 jellysquid3 added bug Something isn't working unable to reproduce The issue is not reproducible labels Mar 7, 2020
@samolego
Copy link

samolego commented Mar 7, 2020

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 ...

@jellysquid3
Copy link
Member

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.

@jellysquid3 jellysquid3 added critical This issue is of critical importance and removed unable to reproduce The issue is not reproducible labels Mar 7, 2020
@jellysquid3
Copy link
Member

jellysquid3 commented Mar 7, 2020

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.

@samolego
Copy link

samolego commented Mar 7, 2020

Thank you for such a quick fix & response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical This issue is of critical importance
Development

No branches or pull requests

3 participants