Closed jharrison123 closed 1 month ago
So after some tinkering i found out that its Better Tooltips causing the crash disabling the module prevents the crash
https://mclo.gs/RskY8ZD
meteor client v0.5.8 build #2172
1.21.1
Linux
[X] This crash wasn't already reported (I have searched crash reports on GitHub).
[X] This is a valid crash (I am able to reproduce this on the latest dev build).
crash caused by ItemStack#getTooltip when an item has DataComponentTypes.HIDE_TOOLTIP since it short-circuits and returns List.of(), which is immutable
ItemStack#getTooltip
DataComponentTypes.HIDE_TOOLTIP
List.of()
Steps to reproduce
So after some tinkering i found out that its Better Tooltips causing the crash disabling the module prevents the crash
Link to crash report/log (upload to https://mclo.gs and paste resulting link here)
https://mclo.gs/RskY8ZD
Meteor Version
meteor client v0.5.8 build #2172
Minecraft Version
1.21.1
Operating System
Linux
Before submitting a crash report
[X] This crash wasn't already reported (I have searched crash reports on GitHub).
[X] This is a valid crash (I am able to reproduce this on the latest dev build).