Wiki 9Minecraft Villager Trade Tables Mod Wiki

Villager Trade Tables Mod — Reference

File Structure and Loading

All configuration for the mod is handled through JSON files located in the following directory:

config/villagertradetables/

Loading Rules

  • Automatic Detection: The mod scans this folder upon game startup and loads every .json file found within.
  • Alphabetical Order: Files are processed in alphabetical order. This is important when multiple files modify the same profession or career, as later files can override or add to the changes made by earlier ones.
  • Syntax Validation: If a JSON file is incorrectly formatted, the mod will log an error in the console and skip that specific file.