Soot

Soot

7M Downloads

[request] remove anvil recipes

Efimero opened this issue ยท 2 comments

commented

I'd like to have a way to remove the Dawnstone Anvil's ability to uncraft items, because it does not account for the cost to make them.
For example, a Bone Sword from Pam's Bonecraft, made from bones, will break into two iron ingots (???).
Disabling this functionality would be great for balance in packs that change how weapons are made.

commented

oh right this was on my todo a while back, a simple blacklist will probably suffice

commented

Done. You can now use DawnstoneAnvil.remove(bottom,top) to remove specific recipes.
To remove the recipe in question, you'd do DawnstoneAnvil.remove(<bonecraft:bone_sword>,<*>);