diff options
author | Maya <10861407+serenibyss@users.noreply.github.com> | 2024-09-12 13:01:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 20:01:25 +0200 |
commit | 544a7b3aa81a0478faa9de670d12af60ed830d89 (patch) | |
tree | 55b27e5aba3ea40aab15f635e26fe852b36d3346 /src/main/java/gregtech/api/util | |
parent | e003cddca9a3ac0a2d7b5a0b7be79f3cf6e03481 (diff) | |
download | GT5-Unofficial-544a7b3aa81a0478faa9de670d12af60ed830d89.tar.gz GT5-Unofficial-544a7b3aa81a0478faa9de670d12af60ed830d89.tar.bz2 GT5-Unofficial-544a7b3aa81a0478faa9de670d12af60ed830d89.zip |
2.7 Stargate (#3105)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: NotAPenguin <michiel.vandeginste@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/api/util')
-rw-r--r-- | src/main/java/gregtech/api/util/GTRecipeConstants.java | 3 |
1 files changed, 3 insertions, 0 deletions
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<Boolean> NO_GAS = SimpleRecipeMetadataKey.create(Boolean.class, "no_gas"); + public static final RecipeMetadataKey<Integer> 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. |