Added the Large Chemical Reactor Controller inventory to the item input
This commit is contained in:
parent
9db52423cc
commit
fff1f594fb
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