From dda786c0183f6655a4a264edf2d75688e7fe895e Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:38:40 +0200 Subject: Godforge finale (#3080) Co-authored-by: BucketBrigade <138534411+CookieBrigade@users.noreply.github.com> Co-authored-by: Martin Robertz Co-authored-by: serenibyss <10861407+serenibyss@users.noreply.github.com> --- src/main/java/gregtech/api/util/GTRecipeConstants.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/gregtech/api') diff --git a/src/main/java/gregtech/api/util/GTRecipeConstants.java b/src/main/java/gregtech/api/util/GTRecipeConstants.java index 98be4718a0..dfaaff8713 100644 --- a/src/main/java/gregtech/api/util/GTRecipeConstants.java +++ b/src/main/java/gregtech/api/util/GTRecipeConstants.java @@ -124,6 +124,12 @@ public class GTRecipeConstants { public static final RecipeMetadataKey FOG_PLASMA_TIER = SimpleRecipeMetadataKey .create(Integer.class, "fog_plasma_tier"); + /** + * FOG Plasma multistep requirement. + */ + public static final RecipeMetadataKey FOG_PLASMA_MULTISTEP = SimpleRecipeMetadataKey + .create(Boolean.class, "fog_plasma_multistep"); + /** * DEFC Casing tier. */ -- cgit