This commit is contained in:
parent
024fbb4ed4
commit
759ff09662
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class GT_MetaTileEntity_MultiFurnace
|
|||
|
||||
int j = 0;
|
||||
this.mOutputItems = new ItemStack[8 * this.mLevel];
|
||||
for (int i = 0; (i < 100) && (j < this.mOutputItems.length); i++) {
|
||||
for (int i = 0; (i < 256) && (j < this.mOutputItems.length); i++) {
|
||||
if (null != (this.mOutputItems[j] = GT_ModHandler.getSmeltingOutput((ItemStack) tInputList.get(i % tInputList.size()), true, null))) {
|
||||
j++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue