From 99144f2f8c0681d285634ed69d7ba919436516e3 Mon Sep 17 00:00:00 2001 From: Guillaume Mercier Date: Fri, 5 Jul 2024 22:48:26 -0400 Subject: Add super fuel mixture documentation to prevent future removals (#2707) Since those recipes have been nuked a couple times over and some people seem to believe it is craftable and/or renewable; It would be a good idea to leave in a note that it's just a joke material/recipe and that it shouldn't be removed, and thought of too deeply about. --- src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java index 641f1e497f..6f2de1d6b3 100644 --- a/src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java +++ b/src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java @@ -711,6 +711,8 @@ public class MixerRecipes implements Runnable { .eut(16) .addTo(mixerRecipes); + // McGuffium239 is non-renewable and only obtainable though world gen. + // It's a meme, don't think too deep about it. GT_Values.RA.stdBuilder() .itemInputs( GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Sulfur, 1), -- cgit