Vexatos / Computronics

A ComputerCraft/OpenComputers addon mod.
125 stars 51 forks source link

Recipes are created after crafttweaker removes/edits them #321

Open Spootikai opened 2 years ago

Spootikai commented 2 years ago

There was a post on a similar issue where the crafttweaker dev had said that the problem was that the recipes were being created "too late" (for a different mod). Is there any way to fix this?

to be clear i tried removing all recipes, certain recipes, adding recipes, and hiding in JEI. Recipes can still be created and work fine, but i cannot remove original recipes in any way.

Vexatos commented 2 years ago

Computronics registers its recipes very late because many of its recipes depend on other mods that may not have properly initialized all their items at an earlier point in time. I recall there being a lot of issues when the recipe registration was done earlier.

Spootikai commented 2 years ago

ah. okay thank you. Is it possible to have a config option turn all recipes off?