aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-08-19 18:40:43 +0200
committerTechnus <daniel112092@gmail.com>2017-08-19 18:40:43 +0200
commitb2f0c5d5e04fd49cf69e6b770adac1fd3b76a6c9 (patch)
treeb89053eeb3f15d1cb4ea4d0682c104e81ce81d55
parent8e7a5c1a31e95c10e0499c5733c8afe81112e105 (diff)
downloadGT5-Unofficial-b2f0c5d5e04fd49cf69e6b770adac1fd3b76a6c9.tar.gz
GT5-Unofficial-b2f0c5d5e04fd49cf69e6b770adac1fd3b76a6c9.tar.bz2
GT5-Unofficial-b2f0c5d5e04fd49cf69e6b770adac1fd3b76a6c9.zip
feature works, removing
-rw-r--r--src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
index 44708dc7a9..016d193b44 100644
--- a/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
@@ -1,7 +1,5 @@
package com.github.technus.tectech.loader;
-import com.github.technus.tectech.elementalMatter.definitions.dAtomDefinition;
-import com.github.technus.tectech.recipe.TT_recipeAdder;
import com.github.technus.tectech.thing.CustomItemList;
import com.github.technus.tectech.thing.block.QuantumGlassBlock;
import gregtech.api.enums.GT_Values;
@@ -15,8 +13,6 @@ import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidRegistry;
import net.minecraftforge.fluids.FluidStack;
-import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE;
-
/**
* Created by Tec on 06.08.2017.
*/
@@ -118,9 +114,5 @@ public class DreamCraftRecipeLoader implements Runnable {
new FluidStack(FluidRegistry.getFluid("ic2coolant"), 1000)
}, CustomItemList.holder_Hatch.get(1), 1200, 100000);
//endregion
-
- if(DEBUG_MODE) {
- TT_recipeAdder.addScannableEMcrafterRecipe(dAtomDefinition.getFirstStableIsotope(6), 100, 1, 32000, 6, null, null, null, CustomItemList.debugBlock.get(1), 32, 32000, 12);
- }
}
}