Start of making CraftTweaker documentation a bit clearer.
This commit is contained in:
parent
087a2226d6
commit
980db3cd60
18 changed files with 43 additions and 0 deletions
|
@ -40,6 +40,7 @@ import techreborn.api.recipe.machines.DistillationTowerRecipe;
|
|||
public class CTDistillationTower extends CTGeneric {
|
||||
|
||||
@ZenMethod
|
||||
@ZenDocumentation("IItemStack output1, IItemStack output2, IItemStack output3, IItemStack output4, IIngredient input1, IIngredient input2, int ticktime, int euTick")
|
||||
public static RecipeSettings addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IItemStack output4, IIngredient input1, IIngredient input2, int ticktime, int euTick) {
|
||||
Object oInput1 = CraftTweakerCompat.toObject(input1);
|
||||
Object oInput2 = CraftTweakerCompat.toObject(input2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue