Skip to content

Commit

Permalink
Change shadow steel recipe to be similar to the HV steel recipe (GTNe…
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffiX authored Nov 3, 2024
1 parent 111e566 commit cd0de4d
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -965,11 +965,10 @@ public void run() {

GTValues.RA.stdBuilder()
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.dust, Materials.ShadowIron, 1L),
GTUtility.getIntegratedCircuit(11))
.itemOutputs(GTOreDictUnificator.get(OrePrefixes.ingot, Materials.ShadowSteel, 1L))
.fluidInputs(Materials.Oxygen.getGas(1000L)).duration(25 * SECONDS).eut(TierEU.RECIPE_MV)
.metadata(COIL_HEAT, 1100).addTo(blastFurnaceRecipes);
GTOreDictUnificator.get(OrePrefixes.dust, Materials.ShadowIron, 4L),
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Carbon, 1L))
.itemOutputs(GTOreDictUnificator.get(OrePrefixes.ingot, Materials.ShadowSteel, 4L))
.duration(10 * SECONDS).eut(TierEU.RECIPE_EV).metadata(COIL_HEAT, 2000).addTo(blastFurnaceRecipes);

GTValues.RA.stdBuilder()
.itemInputs(
Expand Down

0 comments on commit cd0de4d

Please sign in to comment.