Skip to content

Releases: Estecka/mc-Shifting-Wares

3.0.0+1.21.3

09 Nov 00:04
23746db
Compare
Choose a tag to compare
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

24 Oct 14:19
Compare
Choose a tag to compare
Port to MC 1.21.2

Made palceholder trades look like air again.

2.2.3+1.21

24 Oct 14:19
Compare
Choose a tag to compare
Marked as incompatible with MC 1.21.2

Relicensed to EUPL

2.2.2+1.21.0

04 Jul 23:37
Compare
Choose a tag to compare
Fixed writeNbt on the client side.

2.2.2+1.20.5

04 Jul 23:36
Compare
Choose a tag to compare
Merge tag 2.2.2+1.21 into 1.20.5

2.1.2+1.20.2

04 Jul 23:36
Compare
Choose a tag to compare
Fix writeNbt on the client side

2.2.1+1.21.0

14 Jun 13:09
Compare
Choose a tag to compare
Port to MC 1.21

2.2.1+1.20.5

14 Jun 13:09
Compare
Choose a tag to compare
Marked as incompatible with MC 1.21

2.2.0+1.20.5

28 Apr 00:04
Compare
Choose a tag to compare
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

27 Apr 23:48
Compare
Choose a tag to compare
Fixed a crash when Depleted Reroll is disabled.