aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-12-05 14:57:27 +0900
committerGitHub <noreply@github.com>2023-12-05 06:57:27 +0100
commit33be59ca2095aee35031b7d67c06301cdc22e28f (patch)
treeadb50c8a3634783e61e88bd68aa45f592cae98d1 /src
parent63bfc486be0d0c849461a107072f7f60217df387 (diff)
downloadGT5-Unofficial-33be59ca2095aee35031b7d67c06301cdc22e28f.tar.gz
GT5-Unofficial-33be59ca2095aee35031b7d67c06301cdc22e28f.tar.bz2
GT5-Unofficial-33be59ca2095aee35031b7d67c06301cdc22e28f.zip
Remove non-existing technetium recipe (#791)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java
index 99aaf09391..ec9d884788 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java
@@ -260,15 +260,6 @@ public class RecipeLoader_Nuclear {
20 * 20,
30);
- // Technetium
- GT_Values.RA.addChemicalRecipe(
- CI.getNumberedAdvancedCircuit(22),
- ItemUtils.getItemStackOfAmountFromOreDict("dustTechnetium99", 1),
- FluidUtils.getFluidStack("sulfuricacid", 1000),
- FluidUtils.getFluidStack("sulfuricacid", 144 * 2),
- ItemUtils.getItemStackOfAmountFromOreDict("dustTechnetium", 1),
- 100 * 20);
-
// Sodium Hydroxide
GT_Values.RA.addChemicalRecipe(
CI.getNumberedBioCircuit(15),