
Adding Sieve Recipes
Mavarik-DarkMatterDomain opened this issue ยท 2 comments
Hello! Modpack dev here, I am attempting to add things to sieve and was wondering if you could update your documentation for adding sieve recipes! <3 I see the removals, do I just reverse that and use addition instead? I am new to kube.js so it's all fresh for me! Thank you for taking the time to read!
I believe adding a recipe is as simple as using add
and then the JSON of the recipe you want to add, but double check KubeJS's own docs to see how regular crafting recipes are done. Then, just replace the regular crafting recipe with a sieve recipe, and look at the Datapack documentation to figure out how to write those. The lack of KubeJS or CraftTweaker docs is intentional, since both handle Datapack recipes just fine.