Start of making CraftTweaker documentation a bit clearer.

This commit is contained in:
modmuss50 2018-04-02 00:12:31 +01:00
parent 087a2226d6
commit 980db3cd60
18 changed files with 43 additions and 0 deletions

View file

@ -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);