diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialFishingPond.java | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialFishingPond.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialFishingPond.java index 2e1b0aaa34..b9e4fc2880 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialFishingPond.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialFishingPond.java @@ -579,13 +579,9 @@ extends GregtechMeta_MultiBlockBase { rslot++; } - // Commit outputs - for (ItemStack n : tOutputItems) { - this.addOutput(n); - } - - //this.mOutputItems = tOutputItems; - //updateSlots(); + // Commit outputs + this.mOutputItems = tOutputItems; + updateSlots(); // Play sounds (GT++ addition - GT multiblocks play no sounds) startProcess(); |