Society Trading

A data-driven trading mod for Modpack developers

File Details

Society Trading - 0.8

  • B
  • Nov 8, 2025
  • 102.57 KB
  • 372
  • 1.20.1
  • Forge

File Name

society_trading-0.8.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:society-trading-1347329:7199991")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.8 - Trade Randomization

  • Added random_sets field, which allows you to pass any number of objects that contain sets of trades. They have the following properties:
    • rolled_count- How many rolls are performed.
    • random_style - How the randomization is seeded. Possible values are "per_day", "per_player", "per_entity", "default". See the wiki for more information on what each does.
    • trades - List of trades that works identical as the root level property
    • Player restrictions such as stage_required and seasons_required
  • Added entity_data field, which allows you to check for nbt on the passed entity that opens the shop.
  • Added selector_weight field, which allows you to manipulate the ordering of shops in the Shop selector