diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-08 21:27:30 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-08 21:27:30 +0000 |
commit | 15beaef7c208a5ec84c7ef92288c50e39387cdbd (patch) | |
tree | 54e9531c866891a0be286c703dd35dd8b7785ded /src/Java/gtPlusPlus/xmod/gregtech | |
parent | 11494f1b654a9088896e3e282267e90bb912fde6 (diff) | |
download | GT5-Unofficial-15beaef7c208a5ec84c7ef92288c50e39387cdbd.tar.gz GT5-Unofficial-15beaef7c208a5ec84c7ef92288c50e39387cdbd.tar.bz2 GT5-Unofficial-15beaef7c208a5ec84c7ef92288c50e39387cdbd.zip |
% Allowed Hand-Pumps to function on all Tanks again & also allowed GT output slots. Closes #423.
% Adjusted Generic Bucket handling of Textures and Colouring.
$ Fixed several issues with Hand-Pump logic, Fixes #353.
$ Fixed load issues with FluidFactory.java.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Refinery.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Refinery.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Refinery.java index e6fecf5d18..07c8a4a7ac 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Refinery.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Refinery.java @@ -93,7 +93,7 @@ public class GregtechMetaTileEntity_Refinery extends GregtechMeta_MultiBlockBase g.mRecipeMap = null; } boolean ab = super.checkRecipeGeneric(); - Logger.INFO("Did Recipe? "+ab); + //Logger.INFO("Did Recipe? "+ab); return ab; } |