From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- ihl/flexible_cable/InvSlotOutputInProgress.java | 93 ------------------------- 1 file changed, 93 deletions(-) delete mode 100644 ihl/flexible_cable/InvSlotOutputInProgress.java (limited to 'ihl/flexible_cable/InvSlotOutputInProgress.java') diff --git a/ihl/flexible_cable/InvSlotOutputInProgress.java b/ihl/flexible_cable/InvSlotOutputInProgress.java deleted file mode 100644 index da17e0f..0000000 --- a/ihl/flexible_cable/InvSlotOutputInProgress.java +++ /dev/null @@ -1,93 +0,0 @@ -package ihl.flexible_cable; - -import java.util.ArrayList; -import java.util.List; - -import net.minecraft.item.ItemStack; -import net.minecraft.nbt.NBTTagCompound; - -public class InvSlotOutputInProgress extends IronWorkbenchInvSlot{ - public short[] slotRecipe; - private int size; - public InvSlotOutputInProgress(IronWorkbenchTileEntity base1, String name1, int oldStartIndex1, int count) { - super(base1, name1, oldStartIndex1, Access.NONE, count); - slotRecipe = new short[count]; - size=count; - for(int i=0;i outputs) - { - short slot=this.getFirstEmptySlot(); - if(slot!=-1 && outputs!=null && !outputs.isEmpty() && slot<=this.size()-outputs.size()) - { - for(int i=0;i getRecipeOutputs(int currentSlot) - { - int slotRecipeIndex=this.slotRecipe[currentSlot]; - List list = new ArrayList(); - for(int i=0;i