Fixed:
- Crashing when an item has an empty repair material #33
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.6.1
Reworks:
- Refactor all recipe types to use standard reload-time recipes based on the vanilla types.
- Removed all networking from the mod as it's no longer needed.
- Add a system by which players without the mod installed will instead receive vanilla-serialized fallback recipes. These recipes will even appear in EMI, but have slightly less intuitive displays.
- Compile against fabric API / yarn.
- Removed all redirect mixins.
Changes:
- EMI displays for all recipe types are no longer random, and use less animation where possible.
- Split sacrifice upgrade displays into one recipe per resulting durability.
- Manually added tags for netherite sacrifices to use for combined displays of the above.
- Individual recipes can now be manually added or overridden via datapacks thanks to reworks.
- Added a tag to disable "broken" equipment behaviour (aka keepers),
tinkerers_smithing:broken_blacklist
- Removed built-in mod compatibility datapacks (moved to Tinkerer's Quilt)
- Redid the readme! (that's a change, right?)
Fixed:
- Crashing on startup when charm is installed.
- Smithing upgrade recipes overriding trim recipes even when a template is present.
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.6.0
Backport 2.5.1 to 1.18.2
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.5.1
Updates to broken items:
- Broken items are no longer affected by enchantments other than mending - including sillk touch, and curse of binding.
- The only logic that should be adversely affected by this is the XP refund calculation for combining items at a grindstone.
- Vanilla broken elytra are now consisdered broken, showing tooltips etc.
- Connector compatibility plugin removed - the whole mod now works on connector, including broken items.
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.5.1
Fixes anvil mixins using the wrong slot indices in 1.20. Fixes deworking It was probably late when we did that part of the 1.20 port and made smithing-table-type changes to the anvil :P
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.4.1
Server-side / vanilla client support. Fixes server-side-only recipes being serialized to the client.
Changelog: https://github.com/sisby-folk/tinkerers-smithing/releases/tag/v2.4.0