diff options
author | Tom Dickson <github@bombcar.com> | 2021-11-18 12:27:57 -0600 |
---|---|---|
committer | Tom Dickson <github@bombcar.com> | 2021-11-18 12:27:57 -0600 |
commit | 6152da9f4f751bf714b3386849f60020174d8a83 (patch) | |
tree | 6a04e6d24ce323463438311cd2a2bfea705021df /src/Java/gregtech/api | |
parent | a7ca8164017d7814af4d3f813f7744d2d15f4357 (diff) | |
parent | 3cc1fcf988a51a84c8a0d22e1875c83843abf9a2 (diff) | |
download | GT5-Unofficial-6152da9f4f751bf714b3386849f60020174d8a83.tar.gz GT5-Unofficial-6152da9f4f751bf714b3386849f60020174d8a83.tar.bz2 GT5-Unofficial-6152da9f4f751bf714b3386849f60020174d8a83.zip |
Merge branch 'master' of https://github.com/bombcar/GTplusplus
Diffstat (limited to 'src/Java/gregtech/api')
-rw-r--r-- | src/Java/gregtech/api/util/GTPP_Recipe.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gregtech/api/util/GTPP_Recipe.java b/src/Java/gregtech/api/util/GTPP_Recipe.java index ec7bf42a35..bcbbb93007 100644 --- a/src/Java/gregtech/api/util/GTPP_Recipe.java +++ b/src/Java/gregtech/api/util/GTPP_Recipe.java @@ -411,6 +411,7 @@ public class GTPP_Recipe extends GT_Recipe implements IComparableRecipe { public static final GTPP_Recipe_Map_Internal sMultiblockCentrifugeRecipes_GT = new GTPP_Recipe_Map_Internal(new HashSet<GT_Recipe>(2000), "gtpp.recipe.multicentrifuge", "Multiblock Centrifuge", null, RES_PATH_GUI + "basicmachines/FissionFuel", 9, 9, 0, 0, 1, "", 0, "", false, true); public static final GTPP_Recipe_Map_Internal sMultiblockElectrolyzerRecipes_GT = new GTPP_Recipe_Map_Internal(new HashSet<GT_Recipe>(2000), "gtpp.recipe.multielectro", "Multiblock Electrolyzer", null, RES_PATH_GUI + "basicmachines/FissionFuel", 9, 9, 0, 0, 1, "", 0, "", false, true); public static final GTPP_Recipe_Map_Internal sChemicalPlant_GT = new GTPP_Recipe_Map_Internal(new HashSet<GT_Recipe>(2000), "gtpp.recipe.temp4", "temp4", null, RES_PATH_GUI + "basicmachines/PotionBrewer", 0, 0, 0, 0, 0, "", 0, "", false, false); + public static final GTPP_Recipe_Map_Internal sMultiblockMixerRecipes_GT = new GTPP_Recipe_Map_Internal(new HashSet<GT_Recipe>(2000), "gtpp.recipe.multimixer", "Multiblock Mixer", null, RES_PATH_GUI + "basicmachines/FissionFuel", 12, 9, 0, 0, 1, "", 0, "", false, true); //Semi-Fluid Fuel Map public static final GT_Recipe_Map_Fuel sSemiFluidLiquidFuels = new GT_Recipe_Map_Fuel(new HashSet<GT_Recipe>(10), "gtpp.recipe.semifluidgeneratorfuels", "Semifluid Generator Fuels", null, RES_PATH_GUI + "basicmachines/Default", 1, 1, 0, 0, 1, "Fuel Value: ", 1000, " EU", true, true); |