aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-09-19 17:30:43 +1000
committerAlkalus <draknyte1@hotmail.com>2017-09-19 17:30:43 +1000
commit9d7ea595609228d8341c0dc7c9a7461153d764bb (patch)
tree3e8753e486cb0cf9102b891172ba5e9e1cfc9cc7 /src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity
parent98d4998aafa2f5b6f1ad518b6effe52b6a7c7c18 (diff)
downloadGT5-Unofficial-9d7ea595609228d8341c0dc7c9a7461153d764bb.tar.gz
GT5-Unofficial-9d7ea595609228d8341c0dc7c9a7461153d764bb.tar.bz2
GT5-Unofficial-9d7ea595609228d8341c0dc7c9a7461153d764bb.zip
$ Re-did some recipe handling, several different multi-blocks now give the correct outputs. Fixes #68.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java2
1 files changed, 1 insertions, 1 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 fa551407ce..5949d008ff 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
@@ -937,7 +937,7 @@ public abstract class GregtechMeta_MultiBlockBase extends MetaTileEntity {
}
public int getValidOutputSlots(final IGregTechTileEntity machineCalling, final GT_Recipe sRecipes, final ItemStack[] sInputs){
- Utils.LOG_INFO("Finding valid output slots for "+machineCalling.getInventoryName());
+ //Utils.LOG_INFO("Finding valid output slots for "+machineCalling.getInventoryName());
try{