aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/elisis/gtnhlanth
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth')
-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,