Recipe is being added too late
Saereth opened this issue ยท 0 comments
Since your recipes are being added in post int instead of int, things like crafttweaker are unable to remove/change them. The ability to able to change these recipes is pretty important for pack makers.
example:
crafttweaker to remove by name:
recipes.removeByRecipeName("logisticsbridge:recipes/buffer_upgrade");
yet it remains in game since Crafttweaker has already run its removals by the time this recipe is being registered
alternatively a config option to simply not add a recipe would work as well. Thanks!