Releases: Estecka/mc-Shifting-Wares
Releases · Estecka/mc-Shifting-Wares
3.0.0+1.21.3
V3 - Trade Id (#15) - Removed the Trade Cache and related APIs. - Persistent trades can no longer be rerolled, until they've been used. - Trade Factories now provide their persistence solely through getters, instead of being required to reimplement the whole caching logic. - Persistence data is now stored directly in the trades themselves, instead of inferred from brittle item components.
2.2.3+1.21.3
Port to MC 1.21.2 Made palceholder trades look like air again.
2.2.3+1.21
Marked as incompatible with MC 1.21.2 Relicensed to EUPL
2.2.2+1.21.0
Fixed writeNbt on the client side.
2.2.2+1.20.5
Merge tag 2.2.2+1.21 into 1.20.5
2.1.2+1.20.2
Fix writeNbt on the client side
2.2.1+1.21.0
Port to MC 1.21
2.2.1+1.20.5
Marked as incompatible with MC 1.21
2.2.0+1.20.5
1.20.5 port (#10) - For caching, a map's `item_name` takes priority over the `custom_name` if both are present. - Placeholder trades are no longer empty. (Cosmetic change only.) - Added custom logic for upgrading caches from older versions
2.1.1+1.20.2
Fixed a crash when Depleted Reroll is disabled.