This page relates to Atum 2, which has built-in support!
Quern
Link to quern
Tarif Ekleme
Link to tarif-ekleme
<recipetype:atum:quern>.addRecipe(input, output, rotations);
input
IItemStackoutput
IItemStackrotations
Any number above 0
Adds a recipe with the specified input & output, that takes the specified rotations to complete querning
ZenScript Copy<recipetype:atum:quern>.addRecipe(<item:atum:fertile_soil>, <item:atum:fertile_soil_pile>, 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:quern>.removeRecipeByOutput(output);
output
IItemStack
Girilen IItemStack çıktısının olduğu bütün tarifleri kaldırır.
ZenScript Copy<recipetype:atum:quern>.removeRecipeByOutput(<item:atum:emmer_flour>);
Remove Recipes by Output & Input
Link to remove-recipes-by-output--input
<recipetype:atum:quern>.removeRecipeByOutputInput(output, input);
output
IItemStackinput
IItemStack
Removes the specific recipe, with the specified output & input
ZenScript Copy<recipetype:atum:quern>.removeRecipeByOutputInput(<item:atum:emmer_flour>, <item:atum:emmer>);
Other removal methods
Link to other-removal-methods
See Recipe Managers for other ways to remove Quern recipes