stops a future version of greate from generating a bender-to-mech-press recipe for double ingots

This commit is contained in:
Pyritie 2025-07-05 02:22:58 +01:00
parent 4cb2cd9885
commit 7f52fbe09a
4 changed files with 6 additions and 8 deletions

View file

@ -246,8 +246,4 @@ ServerEvents.recipes(event => {
registerTreeTapRecipes(event)
registerVintageImprovementsRecipes(event)
registerWaterFlasksRecipes(event)
// This has to be last so it can clean up any auto-integration recipes that Greate adds after
// adding a recipe to another GT machine
removeGreateRecipes(event)
})