Fixed JavaDoc and CTScrapbox warnings
This commit is contained in:
parent
e2f177b757
commit
779551cf70
4 changed files with 33 additions and 27 deletions
|
@ -56,7 +56,7 @@ public class CTScrapbox {
|
|||
|
||||
@ZenMethod
|
||||
public static void removeRecipe(IItemStack output) {
|
||||
ScrapboxList.stacks.remove(output);
|
||||
ScrapboxList.stacks.remove(CraftTweakerCompat.toStack(output));
|
||||
CraftTweakerAPI.apply(new Remove(CraftTweakerCompat.toStack(output), getMachineName()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue