Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
remove ruthenium roasting
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem committed Nov 13, 2023
1 parent 86a9ad0 commit 6f909ee
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
Original file line number Diff line number Diff line change
Expand Up @@ -658,44 +658,6 @@ private static void blastSmelterRecipes() {
20 * 300,
4000);

// Ruthenium Roasting
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(19),
ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedIridium", 8),
ELEMENT.getInstance().CARBON.getDust(32), },
Materials.SulfuricAcid.getFluid(2000),
ELEMENT.getInstance().RUTHENIUM.getFluidStack(288),
0,
20 * 300,
8000);
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(19),
ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedOsmium", 8),
ELEMENT.getInstance().CARBON.getDust(32), },
Materials.SulfuricAcid.getFluid(2000),
ELEMENT.getInstance().RUTHENIUM.getFluidStack(288),
0,
20 * 300,
8000);
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(19),
ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedPlatinum", 8),
ELEMENT.getInstance().CARBON.getDust(32), },
Materials.SulfuricAcid.getFluid(2000),
ELEMENT.getInstance().RUTHENIUM.getFluidStack(288),
0,
20 * 300,
8000);
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(19),
ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedCooperite", 8),
ELEMENT.getInstance().CARBON.getDust(32), },
Materials.SulfuricAcid.getFluid(8000),
ELEMENT.getInstance().RUTHENIUM.getFluidStack(144),
0,
20 * 300,
8000);

// Rhenium Roasting
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(20),
Expand Down

0 comments on commit 6f909ee

Please sign in to comment.