Releases: aws404/SimpleJsonVillagerTrades
Releases · aws404/SimpleJsonVillagerTrades
Release list
1.3.0-pre1+1.20-pre1
Update to 1.20-pre1 and slight repo restructure.
1.2.0+pre6
Fix issue which required ARRP to be loaded.
1.2.0+pre5
- Update to 1.19+pre3
- Improved codec handling
- Add
sjvt:type_awarefactory type
Release 1.1.0
- Update to MC1.18.2
- Added
sjvt:buildcommand to export the hardcoded map (including other mods) to a datapack file - Refactored:
- Now using codecs for serialization/deserialization
- Better support for other mods to create custom trade offers
- Now includes exported vanilla trades in the testmod! (https://github.com/aws404/SimpleJsonVillagerTrades/tree/1.18/src/testmod/resources/data/minecraft/trade_offers)
- Breaking change:
minecraft:sell_mapfactory type now uses a feature tag and requires a item translation key (https://github.com/aws404/SimpleJsonVillagerTrades/wiki/Trade-Offer-Factory-Types#minecraftsell_map)
Release 1.0.1
- Fix swapped argument names (
priceandcount) in theminecraft:sell_itemfactory.
Release 1.0.0
This is the inital release of SimpleJsonVillagerTrades.