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

@ -36,6 +36,7 @@ import techreborn.api.recipe.machines.BlastFurnaceRecipe;
public class CTBlastFurnace extends CTGeneric {
@ZenMethod
@ZenDocumentation("IItemStack output1, IItemStack output2, IIngredient input1, IIngredient input2, int ticktime, int euTick, int neededHeat")
public static RecipeSettings addRecipe(IItemStack output1, IItemStack output2, IIngredient input1, IIngredient input2, int ticktime, int euTick, int neededHeat) {
Object oInput1 = CraftTweakerCompat.toObject(input1);
Object oInput2 = CraftTweakerCompat.toObject(input2);