
[Question]: is it possible to return other wrenches when crafting
WFPhantom opened this issue ยท 1 comments
Question
Hi, I'm making a modpack that has Create, and since Create has a wrench that can be used to serve the same purpose as the framed wrench, I am attempting to disable the framed wrench in my modpack. I have made a simple datapack that changes the rotate recipes to use the create wrench, but the recipes consume the wrench. Is it possible for you to change the recipes to use a tag (c:tools/wrench) instead of the framed wrench item and make it not consume the wrench, or is this something you're not able to do? Sorry if this isn't meant to be reported here but somewhere else
Making the rotation recipes support other wrenches tagged as c:tools/wrench
and not consuming them is fairly simple, I'll implement that change for the next update.
With that said: making the Framed Wrench inaccessible will break certain features which very deliberately check specifically for the Framed Wrench and no other wrench. I will not be changing these features to use the tag instead.