aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-09-22 14:59:49 +1000
committerAlkalus <draknyte1@hotmail.com>2017-09-22 14:59:49 +1000
commitaa563b79fea267830f563a9d3d5d61f9f531b16f (patch)
tree8cebfadb92e697d303a32803f9edf5edfda401be /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
parent14b6ee91c1d784539c130d4ed90a0aa2a87d4902 (diff)
downloadGT5-Unofficial-aa563b79fea267830f563a9d3d5d61f9f531b16f.tar.gz
GT5-Unofficial-aa563b79fea267830f563a9d3d5d61f9f531b16f.tar.bz2
GT5-Unofficial-aa563b79fea267830f563a9d3d5d61f9f531b16f.zip
+ More Trade Table work.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java
index ce04ef8658..a6fc495bab 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java
@@ -150,11 +150,11 @@ public class GregtechMetaTileEntity_Cyclotron extends GregtechMeta_MultiBlockBas
mHardHammer = true;
mSolderingTool = true;
mCrowbar = true;
- Utils.LOG_INFO("Built Cyclotron.");
+ //Utils.LOG_INFO("Built Cyclotron.");
turnCasingActive(true);
return true;
}
- Utils.LOG_INFO("Failed building Cyclotron.");
+ //Utils.LOG_INFO("Failed building Cyclotron.");
return false;
}
@@ -286,7 +286,7 @@ public class GregtechMetaTileEntity_Cyclotron extends GregtechMeta_MultiBlockBas
@Override
public boolean checkRecipe(ItemStack aStack) {
- Utils.LOG_INFO("Recipe Check.");
+ //Utils.LOG_INFO("Recipe Check.");
ArrayList<ItemStack> tItemList = getStoredInputs();
ItemStack[] tItemInputs = (ItemStack[]) tItemList.toArray(new ItemStack[tItemList.size()]);
ArrayList<FluidStack> tInputList = getStoredFluids();