Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
remove debug thing
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Jul 22, 2021
1 parent 30feb7f commit fc899a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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;
Expand All @@ -20,7 +19,6 @@
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;
Expand Down Expand Up @@ -219,6 +217,7 @@ public int getTier(){
return i;
}
}
Tier = -1;
return -1;
}

Expand Down

0 comments on commit fc899a8

Please sign in to comment.