Caravans & Convoys - Automatic Trade

Place a dock, post an offer, and horse-drawn wagons haul goods between docks on their own, guarded by soldiers on the road.

File Details

caravansconvoys-neoforge-1.0.3-1.21.1-java21.jar

  • R
  • Jul 10, 2026
  • 129.43 KB
  • 42
  • 1.21.1
  • NeoForge

File Name

caravansconvoys-neoforge-1.0.3-1.21.1-java21.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:caravans-convoys-automatic-trade-1599431:8403171"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Caravans & Convoys - Automatic Trade
Version 1.0.3  -  Minecraft 1.21.1, NeoForge

Dedicated-server startup fix:
- Fixed a crash that stopped dedicated servers from starting when the mod was
  installed. The two server-to-client "open screen" packets (dock settings and
  matchmaking) touched a client-only GUI class during network registration, which
  NeoForge blocks on a dedicated server ("Attempted to load class ... Screen for
  invalid dist DEDICATED_SERVER"). The client screen code is now isolated in a
  client-only handler that a server never loads.
- Singleplayer and LAN were unaffected; this only bit true dedicated servers.

Housekeeping:
- Corrected the in-jar mod version, which was mistakenly reporting 0.1.0 in crash
  reports and the mod list despite the 1.0.x jar naming. It now reads correctly.

No world, config, or protocol changes. Drop-in replacement for 1.0.2 -- swap the
jar on the server and have clients update to match.