owmii / Lollipop

A library mod for Owmii's mods.
GNU Lesser General Public License v3.0
3 stars 11 forks source link

Fix Crafting Panel crash and recipe arrows #14

Closed BlueAgent closed 3 years ago

BlueAgent commented 3 years ago

Fix https://github.com/owmii/Powah/issues/134 by clamping currRecipe to [0, max(0, size - 1)] and only rendering if 0 <= currRecipe < size. Also fixes the arrows in the wrong position (see pictures).

Before Recipe variant arrows too far to the right side After Recipe variant arrows in proper position Note: I force the arrows to render for testing, usually only one of them renders because there's only two recipes.

owmii commented 3 years ago

Thank you!!