From 87f5c9648088ad8c5683f0d9ce99fadcd8052aad Mon Sep 17 00:00:00 2001 From: chochem <40274384+chochem@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:00:27 +0100 Subject: Ra2ify gt++ Part 1 (#739) * another deprecation * agrichem ra2 * dehydrator coils * nuclear chem * general recipes * generic chem RA2 and NO,NO2 cleanup * start with gregtech recipes * another deprecation * more gregtech recipes * dont deprecate ABS yet, was just a mistake * gregtech recipes * even more gregtech recipes * finish assembler recipes * fuels and fluid extraction * centrifuge and mixer * chem recipes * compression and maceration * remove duplicate bending * blast furnace (remove a broken one) * AL recipes * distilling * baseitemingots * bee recipes and some cleanup * coke things * random one * cryo and pyro --- src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gtPlusPlus/core/util') diff --git a/src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java b/src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java index d08f98259d..ebb99735c6 100644 --- a/src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java +++ b/src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java @@ -62,6 +62,7 @@ public final class AddGregtechRecipe { aRecipe.mEUt); } + @Deprecated public static boolean addCokeAndPyrolyseRecipes(ItemStack input1, int circuitNumber, FluidStack inputFluid1, ItemStack output1, FluidStack outputFluid1, int timeInSeconds, int euTick) { // Seconds Conversion -- cgit