aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/elisis
diff options
context:
space:
mode:
authorPxx500 <81298696+Pxx500@users.noreply.github.com>2024-07-11 22:22:39 +0200
committerGitHub <noreply@github.com>2024-07-11 22:22:39 +0200
commit1d4023eb1aae0f2ab21da14beb3607c57f08bf62 (patch)
tree0b197ff8dcce4cae9b18e5eefeebfa6ff3706a8f /src/main/java/com/elisis
parente2e95931eb2c42134f08575574f38b23b4305833 (diff)
downloadGT5-Unofficial-1d4023eb1aae0f2ab21da14beb3607c57f08bf62.tar.gz
GT5-Unofficial-1d4023eb1aae0f2ab21da14beb3607c57f08bf62.tar.bz2
GT5-Unofficial-1d4023eb1aae0f2ab21da14beb3607c57f08bf62.zip
Revert sneaky buff of the low tiered samarium processing (#2719)
* revert * spotless
Diffstat (limited to 'src/main/java/com/elisis')
-rw-r--r--src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
index d2b3a14e0a..ee9f9b7cd3 100644
--- a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
+++ b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
@@ -4,7 +4,6 @@ import static com.elisis.gtnhlanth.api.recipe.LanthanidesRecipeMaps.digesterReci
import static com.elisis.gtnhlanth.api.recipe.LanthanidesRecipeMaps.dissolutionTankRecipes;
import static com.elisis.gtnhlanth.common.register.WerkstoffMaterialPool.*;
import static gregtech.api.recipe.RecipeMaps.autoclaveRecipes;
-import static gregtech.api.recipe.RecipeMaps.blastFurnaceRecipes;
import static gregtech.api.recipe.RecipeMaps.centrifugeNonCellRecipes;
import static gregtech.api.recipe.RecipeMaps.centrifugeRecipes;
import static gregtech.api.recipe.RecipeMaps.chemicalBathRecipes;
@@ -54,7 +53,6 @@ import com.elisis.gtnhlanth.common.register.WerkstoffMaterialPool;
import com.github.bartimaeusnek.bartworks.system.material.GT_Enhancement.PlatinumSludgeOverHaul;
import com.github.bartimaeusnek.bartworks.system.material.WerkstoffLoader;
-import cpw.mods.fml.common.registry.GameRegistry;
import goodgenerator.items.MyMaterial;
import gregtech.api.enums.GT_Values;
import gregtech.api.enums.ItemList;
@@ -2614,21 +2612,6 @@ public class RecipeLoader {
.duration(5 * SECONDS)
.addTo(centrifugeRecipes);
- /**
- * DephosphatedSamariumConcentrate has a simple and not shit process. Just burn in furnace, then use
- * electolyzer.
- */
- GameRegistry.addSmelting(
- DephosphatedSamariumConcentrate.get(OrePrefixes.dust, 1),
- SamariumOxide.get(OrePrefixes.dustTiny, 2),
- 114);
- GT_Values.RA.stdBuilder()
- .itemInputs(DephosphatedSamariumConcentrate.get(OrePrefixes.dust, 1))
- .itemOutputs(SamariumOxide.get(OrePrefixes.dust, 1))
- .specialValue(1200)
- .eut(514)
- .duration(2 * SECONDS)
- .addTo(blastFurnaceRecipes);
// GT_Values.RA.addBlastRecipe(
// DephosphatedSamariumConcentrate.get(OrePrefixes.dust, 1),
// null,