AppliedEnergistics / Applied-Energistics-2

A Minecraft Mod about Matter, Energy and using them to conquer the world..
https://appliedenergistics.github.io/
Other
1.37k stars 618 forks source link

Fix FacadeRecipe out of bound crashes #7954

Closed Mithi83 closed 1 week ago

Mithi83 commented 1 week ago

Explicitly check that the CraftingInput is exactly 3x3 in size before accessing any slots inside.

Fixes #7951.

shartte commented 1 week ago

Thank you for these fixes!