aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorLewisSaber <39595617+LewisSaber@users.noreply.github.com>2022-03-08 16:44:01 +0200
committerGitHub <noreply@github.com>2022-03-08 15:44:01 +0100
commitaca271d10f7e779cc6344dabb5092bac1e63296d (patch)
treefab9acc7682f7a327b9b4e07e194d44776adfeb7 /src/main/java/gtPlusPlus/core/recipe
parent98ef21c01a7c54b8937b750f4b71a0878f7e251a (diff)
downloadGT5-Unofficial-aca271d10f7e779cc6344dabb5092bac1e63296d.tar.gz
GT5-Unofficial-aca271d10f7e779cc6344dabb5092bac1e63296d.tar.bz2
GT5-Unofficial-aca271d10f7e779cc6344dabb5092bac1e63296d.zip
MT rework (#151)
* remove SingleBlock MT recipes Also fix recipes to 1 Ampere so they can do Perfect OC * Add perfect Overclock to MT * Remove sunnarium bits from implosion * Now better :thumbUp: * Change in recipe logic This will make recipe use full ampere but wont change overall recipe consume * revert recipe change * remove perfect OC
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 078995898d..62f110209f 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -124,11 +124,11 @@ public class RECIPES_GREGTECH {
private static void implosionRecipes() {
- GT_Values.RA.addImplosionRecipe(
- ItemUtils.getSimpleStack(ModItems.itemSunnariumBit, 9),
- 16,
- ItemUtils.getSimpleStack(AdvancedSolarPanel.itemSunnariumPart, 1),
- GT_OreDictUnificator.get(OrePrefixes.dustTiny, Materials.Glowstone, 8));
+ //GT_Values.RA.addImplosionRecipe(
+ //ItemUtils.getSimpleStack(ModItems.itemSunnariumBit, 9),
+ //16,
+ //ItemUtils.getSimpleStack(AdvancedSolarPanel.itemSunnariumPart, 1),
+ //GT_OreDictUnificator.get(OrePrefixes.dustTiny, Materials.Glowstone, 8));
}