From 1d4023eb1aae0f2ab21da14beb3607c57f08bf62 Mon Sep 17 00:00:00 2001 From: Pxx500 <81298696+Pxx500@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:22:39 +0200 Subject: Revert sneaky buff of the low tiered samarium processing (#2719) * revert * spotless --- .../java/com/elisis/gtnhlanth/loader/RecipeLoader.java | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/main/java/com/elisis/gtnhlanth') 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, -- cgit