sisby-folk / tinkerers-smithing

A minecraft mod implementing a sentimental and convenient rebalance of minecraft gear crafting, repair, combining, and smithing.
https://modrinth.com/mod/tinkerers-smithing
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Multi-Additon Upgrade Recipes #10

Open sisby-folk opened 1 year ago

sisby-folk commented 1 year ago

Terrasteel armor requires complex runes, which aren't its repair material, to craft.

This poses an issue, because smithing tables (in 1.19.2) take only one item, and crafting recipes reject enchantments.

There needs to be a system for overriding upgrade recipes that can overcome both of these problems.

sisby-folk commented 9 months ago

since the refactors in 2.6, this could probably be easily achieved by creating recipe types that are "in between" current types and base types - i.e, upgrade recipes that separate the copy-nbt base from the additions, but can have any arbitrary set of additions.