aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-08-26 21:17:59 +0800
committerGlodBlock <1356392126@qq.com>2021-08-26 21:17:59 +0800
commit16ed7ace0dc69f0fb67233cd1a5846d638611a98 (patch)
tree6f7509dc5098eaeee27ae81a1a29daaaf76624a5 /src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
parent7e1f93f7346d0035e69a0fade3d53338308a0252 (diff)
downloadGT5-Unofficial-16ed7ace0dc69f0fb67233cd1a5846d638611a98.tar.gz
GT5-Unofficial-16ed7ace0dc69f0fb67233cd1a5846d638611a98.tar.bz2
GT5-Unofficial-16ed7ace0dc69f0fb67233cd1a5846d638611a98.zip
add Naquadah Line
Diffstat (limited to 'src/main/java/GoodGenerator/Loader/RecipeLoader_02.java')
-rw-r--r--src/main/java/GoodGenerator/Loader/RecipeLoader_02.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java b/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
index 14f07cb571..9cb898810b 100644
--- a/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
+++ b/src/main/java/GoodGenerator/Loader/RecipeLoader_02.java
@@ -2,11 +2,9 @@ package GoodGenerator.Loader;
import GoodGenerator.util.ItemRefer;
import gregtech.api.enums.GT_Values;
-import gregtech.api.enums.ItemList;
import gregtech.api.enums.Materials;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_OreDictUnificator;
-import gregtech.api.util.GT_Utility;
import net.minecraft.item.ItemStack;
public class RecipeLoader_02 {
@@ -26,6 +24,8 @@ public class RecipeLoader_02 {
300,
1920
);
+ }
+ public static void InitLoadRecipe() {
}
}