-
Notifications
You must be signed in to change notification settings - Fork 191
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
stacked tnt explode at the wrong height #66
Comments
isn't this a vanilla bug? |
No,I tested in vanilla,it didn't happened and then I removed mods to test and it was lithium because it work well without |
Which Minecraft version and which mod version did you use? The tnt behavior regarding that was changed times in the last few months in vanilla as well. |
I was able to reproduce this in 1.16.1. |
Okay I fixed the bug, thank you for the report. It was caused by mojang's special case fix for tnt eye height not being added to the optimized implementation in lithium. Pullrequest will be opened soon. |
Fixed with |
Expected Behavior
tnts at the exact same position explode at the same position
Actual Behavior
stacked tnt can explode a bit higher,somtime more than 1 block, outside water
Reproduction Steps
1.summon a bunch of tnt at one spot in a 1 high water pool
execute as @e[type=minecraft:minecart] run summon tnt ~ ~2 ~-3 {Fuse:20}
2.it blow up blocks on top
Attachments
The text was updated successfully, but these errors were encountered: