-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removeall Anvil recipes function and/or remove specific type of anvil recipes #24
Comments
+1 |
So I should be able to add an |
Awesome! |
Added in 51b99cf. See latest pre-release. |
Sweet! 💙 |
It works like any other craft tweaker mod. You either need to use an import or use full class name. There's an import example on the wiki already. This feature removes all non-custom recipes. It takes no inputs. If you want to remove all the recipes with specific input(s) or outputs, you should be using the existing remove functionality. The wiki will get updated when these changes are released. |
Is there no way to remove all anvil recipes for a specific item? Do I have to remove each one manually? And is there no way to remove repair recipes (judging from the wiki, it seems you’re only able to remove enchant recipes)? Perhaps this is something that you could implement? |
There is and has been ever since Anvil.remove was added... You can remove recipes by input or output and it will remove all matching recipes. |
Oh. Do I just do it like this? |
That should remove all anvil recipes with an iron shovel as one of the inputs. |
Got it. Thank you! |
@Mohron Do you know why this is erroring? Error: https://pastebin.com/raw/kEDLGea4 Using RockyTweaks 0.5.0 for 1.12.2 (Forge 14.23.5.2847). |
Probably because it's not |
Oh, whoopsie. Thanks! Wiki says RockyCore. |
This worked for enchantment recipes, but I’m still able to repair it in an anvil. (By the way, sorry if I’m spamming this issue as this all might be off-topic. I don’t know if you’d rather want me to open a new issue or contact you on Discord.) |
It's likely something to do with how that mod adds the repair capability. I will have to test with it installed to see why it wasn't able to remove all recipes. Discord is preferred for support as it is generally a better place to have a conversation. Tickets are better for tracking bugs and feature requests so they don't get duplicated or forgotten. |
It would be useful (for some especially myself) if I could call one function to remove all anvil recipes and only allow the ones that I add.
Secondarily being able to remove the following seperately (but not other anvil recipes) would also be quite useful:
Thanks
The text was updated successfully, but these errors were encountered: