Mod converts recipes with a _manual_only ID suffix
Treeways opened this issue ยท 1 comments
What happened?
I'm trying to fix a specific recipe that has to do with cooking with a water bucket. These water bucket recipes are bugged in my modpack, and duplicates the bucket.
(See Creators-of-Create/Create#4701)
In base Create mod, specific recipes will not be autogenerated by Create when the _manual_only
suffix is detected in its recipe ID. For example, it will stop Shapeless recipes from generating Automated Mixing Recipes (and vice versa for Shaped/Automated Shaped Crafting), like so:
Example:
delightful:food/marshmallow_stick
: Create will generate an Automated Shapeless recipe from this original recipe.
delightful:food/marshmallow_stick_manual_only
: Create will NOT generate an Automated Shapeless recipe for this.
I was able to override the original cooking pot recipe to change the ID to kubejs:nut_milk_manual_only
, but it did not prevent Slice and Dice from autogenerating a mixing recipe.
Currently, Slice and Dice ignores this suffix and generates mixing/slicing recipes despite this.
Loader
forge
Mod Version
2.0.3
Minecraft Version
1.19
Relevant log output
No response