diff options
author | TheEpicGamer274 <102255081+TheEpicGamer274@users.noreply.github.com> | 2023-07-22 18:33:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 18:33:25 -0400 |
commit | df1a579adedede18bf25a506c87156de50d854ab (patch) | |
tree | 63730282a7318243910d3cf52e681d583dd86398 /src/main/java/gtPlusPlus/core/recipe | |
parent | 2b424e8295b7071b85a2960a87da91bf0dd3df02 (diff) | |
download | GT5-Unofficial-df1a579adedede18bf25a506c87156de50d854ab.tar.gz GT5-Unofficial-df1a579adedede18bf25a506c87156de50d854ab.tar.bz2 GT5-Unofficial-df1a579adedede18bf25a506c87156de50d854ab.zip |
Adding The Fine Wire + Recipe in wiremill for Chromatic Glass (#700)
* Adding The FIne Wire + Recipe in wiremill
* spotlessApply (#701)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java index 4620895a20..b3371fc815 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java @@ -436,6 +436,7 @@ public class RECIPES_General { generateWireRecipes(ALLOY.LEAGRISIUM); generateWireRecipes(ALLOY.TRINIUM_TITANIUM); generateWireRecipes(ELEMENT.STANDALONE.HYPOGEN); + generateWireRecipes(ELEMENT.STANDALONE.CHRONOMATIC_GLASS); GT_Materials[] g = new GT_Materials[] { GT_Materials.Staballoy, GT_Materials.Tantalloy60, GT_Materials.Tantalloy61, GT_Materials.Void, GT_Materials.Potin, GT_Materials.MaragingSteel300, |