diff --git a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java index 2fa7167..a5c757a 100644 --- a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java +++ b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java @@ -21,6 +21,8 @@ public class RecipeRemovals implements IEventBusRegisterable { )); ev.removeRecipeID(new Identifier("projecte", "red_matter_alt")); ev.removeRecipeID(new Identifier("draconicevolution", "components/awakened_core")); + ev.removeRecipeID(new Identifier("electrodynamics", "ingotsteel_ingot_smelting")); + ev.removeRecipeID(new Identifier("beyond_earth", "steel_ingot_blasting")); } @Override