fix: remove OP bronze recipe

This commit is contained in:
Timo Ley 2023-12-15 10:23:41 +01:00
parent e97f516a34
commit 3750c7ba62

View file

@ -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