even more JEI integration

get ingredient from the crafting calculation GUIs
This commit is contained in:
Salomão
2021-02-22 22:12:52 -03:00
parent ea54ccbcf5
commit fc98505f22
5 changed files with 127 additions and 0 deletions
@@ -51,6 +51,12 @@ public class ContainerCraftAmount extends AEBaseContainer
this.addSlotToContainer( this.getCraftingItem() );
}
@Override
public Slot getSlot( int slotId )
{
return super.getSlot( 0 );
}
@Override
public void detectAndSendChanges()
{