Create Fabric

Create Fabric

7M Downloads

Still crashing with Mixer recipe tooltip

Ricket opened this issue ยท 0 comments

commented

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

  1. 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 .
  2. Look up the recipe for Bronze Ingot (Modern Industrialization).
  3. Go to the Mixer tab
  4. Hover the Raw Tin ingredient
  5. 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