This page relates to Atum 2, which has built-in support!

Aggiungere una Ricetta

Link to aggiungere-una-ricetta

<recipetype:atum:spinning_wheel>.addRecipe(input, output, rotations);

Adds a recipe with the specified input & output, that takes the specified rotations to complete the recipe

ZenScript
Copy
<recipetype:atum:spinning_wheel>.addRecipe(<item:atum:scroll>, <item:minecraft:string>, 3);

Rimuovere una RIcetta

Link to rimuovere-una-ricetta

Rimuovere Ricette in base al Prodotto

Link to rimuovere-ricette-in-base-al-prodotto

<recipetype:atum:spinning_wheel>.removeRecipeByOutput(output);

Rimuove tutte le ricette il cui prodotto è l'IItemStack dato.

ZenScript
Copy
<recipetype:atum:spinning_wheel>.removeRecipeByOutput(<item:atum:linen_thread>);

Remove Recipes by Output & Input

Link to remove-recipes-by-output--input

<recipetype:atum:spinning_wheel>.removeRecipeByOutputInput(output, input);

Removes the specific recipe, with the specified output & input

ZenScript
Copy
<recipetype:atum:spinning_wheel>.removeRecipeByOutputInput(<item:atum:linen_thread>, <item:atum:flax>);

Other removal methods

Link to other-removal-methods

See Recipe Managers for other ways to remove Spinning Wheel recipes