Still crashing with Mixer recipe tooltip
Ricket opened this issue ยท 0 comments
Describe the Bug
c2ecbf7 attempted to fix a crash with hovering over an item while on Mixer recipe page. But, the crash still occurs.
outputIndex > results.size()
should instead be outputIndex >= results.size()
. When I make that fix and compile & test, the crash no longer happens.
Reproduction Steps
- I'm using modpack StaTech Industries, pack version 1.1.12. I built Create from the current head of 1.19/fabric/dev branch, i.e. 6b6bd60 .
- Look up the recipe for Bronze Ingot (Modern Industrialization).
- Go to the Mixer tab
- Hover the Raw Tin ingredient
- Client immediately crashes.
Expected Result
No crash
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.19.2
Other Mods
modpack: StaTech Industries, pack version 1.1.12.
Additional Context
No response