NovaEngineering-Source / ModularMachinery-Community-Edition

Customize your machinery with more powerful features.
https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition
GNU General Public License v3.0
28 stars 12 forks source link

Actually fix #13 #14

Closed jchung01 closed 1 year ago

jchung01 commented 1 year ago

Issue #13 still exists in r32, sorry I should have clarified a bit more. The check for notInserted.getCount() == internalStack.getCount() has to be within the if (externalStack == ItemStack.EMPTY) block because when the hatch is checking the virtual slot, the slot always returns ItemStack.EMPTY for getStackInSlot as seen here.

KasumiNova commented 1 year ago

ah...