diff options
author | Guillaume Mercier <C0bra5@users.noreply.github.com> | 2024-07-05 22:48:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 09:48:26 +0700 |
commit | 99144f2f8c0681d285634ed69d7ba919436516e3 (patch) | |
tree | 0bc7f7b60943123f098caab489a5c03e49f9c743 /src/main | |
parent | 5f4006ec8f1d2585339f98ba331eeb1ba02e7733 (diff) | |
download | GT5-Unofficial-99144f2f8c0681d285634ed69d7ba919436516e3.tar.gz GT5-Unofficial-99144f2f8c0681d285634ed69d7ba919436516e3.tar.bz2 GT5-Unofficial-99144f2f8c0681d285634ed69d7ba919436516e3.zip |
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.
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java | 2 |
1 files changed, 2 insertions, 0 deletions
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), |