feat: no easy steel

This commit is contained in:
Timo Ley 2023-11-29 13:04:23 +01:00
parent 37a2d0cf06
commit 0daf787715

View file

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