From 02c6ab32d9d752bd51ac8da077119cb197f99394 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 19 Sep 2017 21:51:11 +1000 Subject: $ More work on COMET. % Texture changes to COMET casings. --- src/Java/gregtech/api/util/Recipe_GT.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Java/gregtech/api/util') diff --git a/src/Java/gregtech/api/util/Recipe_GT.java b/src/Java/gregtech/api/util/Recipe_GT.java index 36a056f0c0..a8ce381907 100644 --- a/src/Java/gregtech/api/util/Recipe_GT.java +++ b/src/Java/gregtech/api/util/Recipe_GT.java @@ -262,6 +262,9 @@ public class Recipe_GT extends GT_Recipe{ "Thermal Generator Fuel", null, "gregtech:textures/gui/basicmachines/Default", 1, 1, 0, 0, 1, "Fuel Value: ", 1000, " EU", true, false); + //Cyclotron recipe map + public static final GT_Recipe_Map sCyclotronRecipes = new GT_Recipe_Map(new HashSet(200), "gt.recipe.cyclotron", "COMET - Compact Cyclotron", null, RES_PATH_GUI + "basicmachines/BlastSmelter", 1, 1, 1, 0, 1, E, 1, E, true, true); + /** * HashMap of Recipes based on their Items -- cgit