aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-12-10 11:01:32 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-12-10 11:01:32 +0000
commit2525ff075586759657e89b9f01969f0596bca2df (patch)
treea492c6396f067e2c1e7feb2dd79b01b0c5c3c8df /src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations
parent051c46ab36a749954cff3bae1fbd44cea6f1fc99 (diff)
downloadGT5-Unofficial-2525ff075586759657e89b9f01969f0596bca2df.tar.gz
GT5-Unofficial-2525ff075586759657e89b9f01969f0596bca2df.tar.bz2
GT5-Unofficial-2525ff075586759657e89b9f01969f0596bca2df.zip
% Changed name of custom GT++ Programmed Circuit to Programmed Bio Circuit.
$ Fixed getNumberedBioCircuit() in CI. $ Fixed an issue where stripped fields were referenced in server side bytecode. $ Fixed Tooltips not working as intended for items giving custom GT++ Multi behaviour. $ Fixed 'No Bonus Output Chance' item not registering correctly.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
index 89c1112726..55378113d9 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
@@ -100,12 +100,7 @@ public abstract class GregtechMeta_MultiBlockBase extends GT_MetaTileEntity_Mult
try {
calculatePollutionReduction = GT_MetaTileEntity_Hatch_Muffler.class.getDeclaredMethod("calculatePollutionReduction", int.class);
- } catch (NoSuchMethodException | SecurityException e) {}
-
-
- // Register the No-Bonus Special Behaviour.
- new NoOutputBonusMultiBehaviour();
-
+ } catch (NoSuchMethodException | SecurityException e) {}
}