small fixes to distillation tower and advMiner2
This commit is contained in:
parent
ff4cfa3933
commit
b8579b2ee3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class GT_MetaTileEntity_DistillationTower
|
|||
}
|
||||
this.mMaxProgresstime = Math.max(1, this.mMaxProgresstime);
|
||||
this.mOutputItems = new ItemStack[]{tRecipe.getOutput(0)};
|
||||
this.mOutputFluids = tRecipe.mFluidOutputs;
|
||||
this.mOutputFluids = tRecipe.mFluidOutputs.clone();
|
||||
ArrayUtils.reverse(mOutputFluids);
|
||||
updateSlots();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue