diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-27 13:30:27 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-27 13:30:27 +1000 |
commit | e4bbd99f81d62907d5d19aad220a74718fb05c71 (patch) | |
tree | b2ec13059e1b0e7174f136e9f30992d723dfe2b2 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi | |
parent | a42842e4e93525a64d0b2efc0d68115a59acb20c (diff) | |
download | GT5-Unofficial-e4bbd99f81d62907d5d19aad220a74718fb05c71.tar.gz GT5-Unofficial-e4bbd99f81d62907d5d19aad220a74718fb05c71.tar.bz2 GT5-Unofficial-e4bbd99f81d62907d5d19aad220a74718fb05c71.zip |
$ Compatibility Fixes.
- Removed Ore-Regeneration command.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java index 3923f65f29..04bcd5e0dc 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java @@ -233,4 +233,8 @@ public class GregtechMetaTileEntityGeneratorArray extends GT_MetaTileEntity_Mult public boolean explodesOnComponentBreak(ItemStack aStack) { return false; } + + public int getAmountOfOutputs() { + return 1; + } } |