Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
MT rework (#151)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
LewisSaber authored Mar 8, 2022
1 parent ba4dede commit 4fa031a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ private static void packagerRecipes() {

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));

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
this.getBaseMetaTileEntity().setFrontFacing((byte) 1);
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public static void run() {
Logger.INFO("=======================");
}

transformerRecipes.clear();

}

}

0 comments on commit 4fa031a

Please sign in to comment.