Improve CraftTweaker documentation
This commit is contained in:
parent
980db3cd60
commit
20849b4a11
20 changed files with 70 additions and 0 deletions
|
@ -52,11 +52,13 @@ public class CTDistillationTower extends CTGeneric {
|
|||
}
|
||||
|
||||
@ZenMethod
|
||||
@ZenDocumentation("IIngredient iIngredient")
|
||||
public static void removeInputRecipe(IIngredient iIngredient) {
|
||||
CraftTweakerAPI.apply(new RemoveInput(iIngredient, getMachineName()));
|
||||
}
|
||||
|
||||
@ZenMethod
|
||||
@ZenDocumentation("IItemStack output")
|
||||
public static void removeRecipe(IItemStack output) {
|
||||
CraftTweakerAPI.apply(new Remove(CraftTweakerCompat.toStack(output), getMachineName()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue