Skip to content

Commit

Permalink
Adds Tin Alloy mixer recipe (#3542)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <dream-master@gmx.net>
(cherry picked from commit 67592b6)
  • Loading branch information
LazyFleshWasTaken authored and Dream-Master committed Dec 15, 2024
1 parent c9d2399 commit 72fcf2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/gregtech/loaders/postload/recipes/MixerRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ public void run() {
.eut(8)
.addTo(mixerRecipes);

GTValues.RA.stdBuilder()
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Iron, 1),
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Tin, 1),
GTUtility.getIntegratedCircuit(4))
.itemOutputs(GTOreDictUnificator.getDust(Materials.TinAlloy, 2L * OrePrefixes.dust.mMaterialAmount))
.duration(5 * SECONDS)
.eut(8)
.addTo(mixerRecipes);

GTValues.RA.stdBuilder()
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Iron, 4),
Expand Down

0 comments on commit 72fcf2f

Please sign in to comment.