diff options
author | Technus <daniel112092@gmail.com> | 2017-08-06 10:31:54 +0200 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-08-06 10:31:54 +0200 |
commit | e0357982093121371a301f60c7f99376839455bf (patch) | |
tree | 0b061ddfa74ba294a1163f129a525627a7c8a4bc /src/main/java/gregtech/loaders | |
parent | 85ae1f9e703af30648d9e697f0cb01d5f2217840 (diff) | |
download | GT5-Unofficial-e0357982093121371a301f60c7f99376839455bf.tar.gz GT5-Unofficial-e0357982093121371a301f60c7f99376839455bf.tar.bz2 GT5-Unofficial-e0357982093121371a301f60c7f99376839455bf.zip |
Remove empty lines
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java index 87cdf9efe2..71c7220901 100644 --- a/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java +++ b/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java @@ -807,9 +807,6 @@ public class GT_CraftingRecipeLoader implements Runnable { } if (GregTech_API.sRecipeFile.get(ConfigCategories.Recipes.disabledrecipes, "QBoots", false)) { GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("quantumBoots", 1L)); - - - } if (Loader.isModLoaded("GraviSuite")) { |