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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue