Modern Industrialization

Modern Industrialization

12M Downloads

Add toggle for automatic recipe generation from stonecutter and composter

IchHabeHunger54 opened this issue ยท 3 comments

commented

By default, the stonecutting recipes are added as recipes to the Cutting Machine, while the composting items are added to the Centrifuge.

Since I remove a bunch of normally-compostable items in my modpack, I'd like to also remove the corresponding centrifuging recipes. Stonecutting actually builds the recipes from the existing ones, but I feel like fine-grained control would be nice to have there too.

As such, I'd kindly request two config toggles for on-the-fly generation of these recipes.

commented

You can remove these generated recipes using KubeJS.

commented

You can, they have IDs attached to them. KubeJS also can use regex to remove recipes by ID so all of them can be removed with just a few lines.

I stand corrected, the recipes are re-built during runtime so KJS cant remove them.

commented

You can remove these generated recipes using KubeJS.

Not the RecipeConversions ones I think?