Skip to content

Commit

Permalink
fix pyro vent recipes (GTNewHorizons#3048)
Browse files Browse the repository at this point in the history
Co-authored-by: boubou19 <miisterunknown@gmail.com>
  • Loading branch information
chochem and boubou19 authored Sep 4, 2024
1 parent c43e712 commit 757a42c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/java/gtPlusPlus/core/recipe/RecipesGeneral.java
Original file line number Diff line number Diff line change
Expand Up @@ -403,15 +403,15 @@ private static void migratedRecipes() {
GregtechItemList.Hatch_Input_Cryotheum.get(1L));

RecipeUtils.addShapedGregtechRecipe(
CI.component_Plate[6],
MaterialsAlloy.MARAGING250.getPlate(1),
MaterialsAlloy.MARAGING300.getGear(1),
CI.component_Plate[6],
MaterialsAlloy.MARAGING250.getPlate(1),
CI.getTieredCircuitOreDictName(5),
GregtechItemList.Casing_Adv_BlastFurnace.get(1),
CI.getTieredCircuitOreDictName(5),
CI.component_Plate[6],
MaterialsAlloy.MARAGING250.getPlate(1),
ItemList.Hatch_Input_IV.get(1),
CI.component_Plate[6],
MaterialsAlloy.MARAGING250.getPlate(1),
GregtechItemList.Hatch_Input_Pyrotheum.get(1L));

RecipeUtils.addShapedGregtechRecipe(
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gtPlusPlus/core/recipe/RecipesMachines.java
Original file line number Diff line number Diff line change
Expand Up @@ -2777,7 +2777,7 @@ private static void runModRecipes() {
GregtechItemList.Casing_Adv_BlastFurnace.get(1),
MaterialsAlloy.MARAGING250.getPlate(4),
MaterialsAlloy.MARAGING300.getGear(1),
GTOreDictUnificator.get(OrePrefixes.circuit, Materials.EV, 2),
GTOreDictUnificator.get(OrePrefixes.circuit, Materials.IV, 2),
GTUtility.getIntegratedCircuit(1))
.itemOutputs(GregtechItemList.Hatch_Input_Pyrotheum.get(1L))
.duration(2 * SECONDS + 10 * TICKS)
Expand Down

0 comments on commit 757a42c

Please sign in to comment.