[Feature Request] Remove Recipes by Name or Mod for Specific Item
justinrusso opened this issue ยท 0 comments
Intro:
I would love for there to be a way to use removeBy methods for a specific item.
Issue Description:
There have been situations where I've been wanting something like this, and have decided to submit a request for it. I'd love if there was a way I could specify an item, and remove by mod, or by name.
Something like this:
recipes.removeByRegex(<minecraft:stick>, "name[1-9]");
recipes.removeByMod(<minecraft:stick>, "minecraft");
recipes.removeByRecipeName(<minecraft:stick>, "name123");