From 3750c7ba6243adb0cdde6ee42d70b5cd90cf22c1 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Fri, 15 Dec 2023 10:23:41 +0100 Subject: [PATCH] fix: remove OP bronze recipe --- .../java/net/anvilcraft/ntx4core/recipes/RecipeRemovals.java | 1 + 1 file changed, 1 insertion(+) 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