aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-07-22 13:10:24 +0800
committerGlodBlock <1356392126@qq.com>2021-07-22 13:10:24 +0800
commitfc899a8fb3fa3aa51553e156823c710eeff6409c (patch)
treee6b429191d3dd2809c126b49e1b7126b9e7ccadb /src/main/java
parent30feb7f7fd5c2b937c4c1b8996da055cbd0b5263 (diff)
downloadGT5-Unofficial-fc899a8fb3fa3aa51553e156823c710eeff6409c.tar.gz
GT5-Unofficial-fc899a8fb3fa3aa51553e156823c710eeff6409c.tar.bz2
GT5-Unofficial-fc899a8fb3fa3aa51553e156823c710eeff6409c.zip
remove debug thing
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
index 597727a778..8cb53b37d8 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
@@ -3,7 +3,6 @@ package GoodGenerator.Blocks.TEs;
import GoodGenerator.Loader.Loaders;
import GoodGenerator.util.DescTextLocalization;
import GoodGenerator.util.MyRecipeAdder;
-import com.github.bartimaeusnek.bartworks.util.Coords;
import com.github.bartimaeusnek.crossmod.tectech.TecTechEnabledMulti;
import com.github.technus.tectech.TecTech;
import com.github.technus.tectech.mechanics.constructable.IConstructable;
@@ -20,7 +19,6 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import gregtech.api.metatileentity.implementations.*;
import gregtech.api.objects.GT_RenderedTexture;
import gregtech.api.render.TextureFactory;
-import gregtech.api.util.GT_Log;
import gregtech.api.util.GT_Multiblock_Tooltip_Builder;
import gregtech.api.util.GT_Recipe;
import gregtech.api.util.GT_Utility;
@@ -219,6 +217,7 @@ public class FuelRefineFactory extends GT_MetaTileEntity_MultiblockBase_EM imple
return i;
}
}
+ Tier = -1;
return -1;
}