diff options
author | GlodBlock <1356392126@qq.com> | 2021-08-26 21:17:59 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-08-26 21:17:59 +0800 |
commit | 16ed7ace0dc69f0fb67233cd1a5846d638611a98 (patch) | |
tree | 6f7509dc5098eaeee27ae81a1a29daaaf76624a5 /src/main/java/GoodGenerator/Loader/RecipeLoader_02.java | |
parent | 7e1f93f7346d0035e69a0fade3d53338308a0252 (diff) | |
download | GT5-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.java | 4 |
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() { } } |