Skip to content

Commit

Permalink
Readd advanced alloy recipe (GTNewHorizons#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Sep 4, 2024
1 parent 757a42c commit d00d97c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ public class CompressorRecipes implements Runnable {

@Override
public void run() {

GTValues.RA.stdBuilder()
.itemInputs(GTModHandler.getIC2Item("mixedMetalIngot", 1L))
.itemOutputs(GTModHandler.getIC2Item("advancedAlloy", 1L))
.duration(15 * SECONDS)
.eut(2)
.addTo(compressorRecipes);

GTValues.RA.stdBuilder()
.itemInputs(GTOreDictUnificator.get(OrePrefixes.dust, Materials.Lapis, 1L))
.itemOutputs(GTOreDictUnificator.get(OrePrefixes.plate, Materials.Lapis, 1L))
Expand Down

0 comments on commit d00d97c

Please sign in to comment.