diff options
author | miozune <miozune@gmail.com> | 2022-08-05 12:59:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 10:59:51 +0700 |
commit | 970ddeba130cc8abe29800023447536d7f79de8c (patch) | |
tree | c128f9a6af2cdcc3aed5f4e27579902b560b477f /src/main/java/gtPlusPlus/xmod/gregtech/registration | |
parent | 82e73b6119996490d23801ee1fc930eb50589ed7 (diff) | |
download | GT5-Unofficial-970ddeba130cc8abe29800023447536d7f79de8c.tar.gz GT5-Unofficial-970ddeba130cc8abe29800023447536d7f79de8c.tar.bz2 GT5-Unofficial-970ddeba130cc8abe29800023447536d7f79de8c.zip |
NEI Cleanup (#251)
* NEI Cleanup
* adjustments
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java index b4cdf581ae..aeb937e78b 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java @@ -31,7 +31,7 @@ public class GregtechSolarTower { 0).getStackForm(1L)); // NEI recipe - GTPP_Recipe aRecipe = new GTPP_Recipe( + GTPP_Recipe.GTPP_Recipe_Map.sSolarTowerRecipes.addRecipe( false, null, null, @@ -42,8 +42,5 @@ public class GregtechSolarTower { 0, 0, 0); - GTPP_Recipe.GTPP_Recipe_Map.sSolarTowerRecipes.add(aRecipe); - - } } |