From 544a7b3aa81a0478faa9de670d12af60ed830d89 Mon Sep 17 00:00:00 2001 From: Maya <10861407+serenibyss@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:01:25 -0500 Subject: 2.7 Stargate (#3105) Co-authored-by: Martin Robertz Co-authored-by: NotAPenguin --- src/main/java/gregtech/api/util/GTRecipeConstants.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/gregtech/api/util') diff --git a/src/main/java/gregtech/api/util/GTRecipeConstants.java b/src/main/java/gregtech/api/util/GTRecipeConstants.java index 82a477756a..98be4718a0 100644 --- a/src/main/java/gregtech/api/util/GTRecipeConstants.java +++ b/src/main/java/gregtech/api/util/GTRecipeConstants.java @@ -216,6 +216,9 @@ public class GTRecipeConstants { public static final RecipeMetadataKey NO_GAS = SimpleRecipeMetadataKey.create(Boolean.class, "no_gas"); + public static final RecipeMetadataKey EU_MULTIPLIER = SimpleRecipeMetadataKey + .create(Integer.class, "eu_multiplier"); + /** * Add a arc furnace recipe. Adds to both normal arc furnace and plasma arc furnace. * Will override the fluid input with oxygen/plasma for the respective recipe maps, so there is no point setting it. -- cgit