Skip to content

Commit

Permalink
Remove Precious Metal Alloy recipe in ABS (#3866)
Browse files Browse the repository at this point in the history
Co-authored-by: TheEpicGamer274 <[email protected]>
  • Loading branch information
StaffiX and TheEpicGamer274 authored Jan 28, 2025
1 parent 1969101 commit 802b194
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/java/gtPlusPlus/core/recipe/RecipesGregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -929,21 +929,6 @@ private static void blastSmelterRecipes() {
.duration(2 * MINUTES)
.addTo(alloyBlastSmelterRecipes);

// molten precious metals alloy
GTValues.RA.stdBuilder()
.itemInputs(
GTUtility.getIntegratedCircuit(6),
ItemUtils.getItemStackOfAmountFromOreDict("dustRuthenium", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustRhodium", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustPalladium", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustPlatinum", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustOsmium", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustIridium", 1))
.fluidOutputs(FluidUtils.getFluidStack("molten.precious metals alloy", 864))
.eut(TierEU.RECIPE_UEV)
.duration(9 * MINUTES)
.addTo(alloyBlastSmelterRecipes);

// lossless phonon transfer medium
GTValues.RA.stdBuilder()
.itemInputs(
Expand Down

0 comments on commit 802b194

Please sign in to comment.