This page relates to Atum 2, which has built-in support!
Spinning Wheel
Link to spinning-wheel
Tarif Ekleme
Link to tarif-ekleme
<recipetype:atum:spinning_wheel>.addRecipe(input, output, rotations);
input
IItemStackoutput
IItemStackrotations
Any number above 0
Girilen input ve output değerlerine göre bir tarif oluşturur. Verilen rotation değerine göre tarifi tamamlar.
ZenScript Copy<recipetype:atum:spinning_wheel>.addRecipe(<item:atum:scroll>, <item:minecraft:string>, 3);
Bir Tarifi Kaldırma
Link to bir-tarifi-kaldırma
Çıkışa göre Tarif Kaldırma
Link to çıkışa-göre-tarif-kaldırma
<recipetype:atum:spinning_wheel>.removeRecipeByOutput(output);
output
IItemStack
Girilen IItemStack çıktısının olduğu bütün tarifleri kaldırır.
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);
output
IItemStackinput
IItemStack
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