diff --git a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java index 4f98d83..05f4cad 100644 --- a/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java +++ b/src/main/java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java @@ -30,6 +30,7 @@ public class RecipeRemovals implements IEventBusRegisterable { ev.removeRecipeID(new Identifier("electrodynamics", "ingotsteel_ingot_smelting")); ev.removeRecipeID(new Identifier("beyond_earth", "steel_ingot_blasting")); ev.removeRecipeID(new Identifier("enderrift", "rift_orb")); + ev.removeRecipeID(new Identifier("crossroads", "base_materials/bronze_alloy_ingot")); } @Override