Fixed JavaDoc and CTScrapbox warnings

This commit is contained in:
drcrazy 2017-11-27 17:55:01 +03:00
parent e2f177b757
commit 779551cf70
4 changed files with 33 additions and 27 deletions

View file

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