From df1a579adedede18bf25a506c87156de50d854ab Mon Sep 17 00:00:00 2001 From: TheEpicGamer274 <102255081+TheEpicGamer274@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:33:25 -0400 Subject: 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> --- src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gtPlusPlus/core/recipe') 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, -- cgit