Added the Large Chemical Reactor Controller inventory to the item input
This commit is contained in:
parent
818c9a55a8
commit
2ddf1d19ad
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public class GT_MetaTileEntity_LargeChemicalReactor extends GT_MetaTileEntity_Mu
|
|||
}
|
||||
}
|
||||
}
|
||||
tInputList.add(mInventory[1]);
|
||||
ItemStack[] inputs = tInputList.toArray(new ItemStack[tInputList.size()]);
|
||||
|
||||
ArrayList<FluidStack> tFluidList = getStoredFluids();
|
||||
|
|
Loading…
Reference in a new issue