Перейти к содержимому
Mineforgian

Better Caravans

Dynamic traveling caravans with biome-aware animals, custom trades, lootable chests, and defendable mini-raids. Fully configurable!

Загрузки
2K
Подписчики
14
Обновлён
10 августа 2026 г.
Лицензия
MIT

Опубликован 10 марта 2026 г.

JOIN OUR DISCORD CurseForge

Adds dynamic traveling merchant caravans that roam between villages and across the wilderness. Trade with them, protect them from raiders for rewards, or rob their pack animals for loot — the choice is yours.

Client & Server mod — must be installed on both sides.

Free to use in any modpack — public or private, no permission needed.

What it does

  • Traveling Caravans — merchant groups dynamically spawn as you explore and travel toward nearby villages or wander through the wilderness.
  • Caravan Trading — every caravan receives a randomized selection of trades from a datapack-driven trade pool.
  • Pack Animal Loot — mules and llamas can carry loot-filled chests. Desert caravans use camels as leaders and bring a mule along to carry the cargo.
  • Mini-Raids — stay near a caravan long enough and raiders may launch an ambush.
  • Defend for Rewards — help the merchants survive an attack to earn XP and temporary trade discounts.
  • Biome-Aware Caravans — animals and chest loot adapt to the biome, with camels in hot regions, llamas in cold areas, and mules in temperate environments.
  • Caravan Stops — discover naturally generated abandoned stops with barrels and loot while exploring.
  • Advancements — unlock achievements for discovering, trading with, defending, and interacting with caravans.
  • Optional Iron Golem Guards — caravans can be configured to travel with additional protection.

Compatibility

  • MCA Reborn / Minecraft Comes Alive — caravan membership is stored on the entity, allowing villagers replaced during spawning to retain their caravan membership.
  • Mods that cancel or replace spawning mobs are handled safely. If the caravan leader cannot spawn, the caravan creation is aborted instead of leaving an incomplete group behind.

Dynamic Raids

Fighting raiders around the caravan

Travel isn't always safe. Raiders can ambush nearby caravans, turning a peaceful trading encounter into a fight.

Trading menu with a caravan villager

Protect the merchants and surviving caravan members will reward participating players with experience and trade discounts.

Biome Variations

Caravan on ice

Caravans adapt to the environment around them:

  • Deserts & Badlands — camels lead the caravan, with a mule carrying cargo.
  • Cold mountain regions — llamas become the primary pack animals.
  • Temperate biomes — caravans commonly travel with mules.
  • Biome-specific loot — chest contents can change depending on where the caravan spawned.

Caravan Stops

Caravan stop

Abandoned Caravan Stops can generate throughout the world, giving travelers a place to rest and barrels containing useful resources.

Screenshot of the advancements screen

Configuration

Better Caravans is designed to be highly configurable for both singleplayer worlds and servers.

Settings include:

  • Caravan spawn chance, delay, distance, lifespan, and allowed dimensions.
  • Village search radius and movement behavior.
  • Number of merchants and animals.
  • Biome-specific caravan animals.
  • Chest-bearing animals and chest loot.
  • Optional iron golem guards.
  • Mini-raid chance, timing, raider count, sounds, and rewards.
  • Trade count and discount ranges.
  • Caravan Stop world generation.
  • Admin/debug commands.

Config file:

<server>/config/bettercaravans-common.toml

Datapack-Driven Trades

The entire caravan trade pool can be customized through JSON datapacks:

data/bettercaravans/caravan_trades/*.json

You can add new trades, remove existing ones, rebalance prices, adjust weights, or completely replace the default trade pool without modifying the mod.

On NeoForge, a normal /reload reloads caravan trade files.

/bettercaravans trade_reload works on every supported build when enable_commands = true.

Admin Commands

Set enable_commands = true in the [Commands] config section to enable Better Caravans admin/debug commands.

  • /bettercaravans spawn [here] — force a caravan to spawn.
  • /bettercaravans despawn — remove the nearest caravan.
  • /bettercaravans raid start / kill_enemies — control caravan raids.
  • /bettercaravans stop place / find — test Caravan Stop generation.
  • /bettercaravans info — inspect the nearest caravan.

Languages

Fully translated into 10 languages:

English, Russian, Simplified Chinese, Spanish, French, German, Japanese, Brazilian Portuguese, Korean, and Italian.

Feedback

Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/HTkn94BXmA

More mods by Nikrecs: PathSpeed! · LeashAll

Ченджлог

1.1.2Релиз26.2 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.2Релиз26.1 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.2Релиз26.1.2 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.2Релиз1.21.1 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.2Релиз1.20.1 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.2Релиз1.19.2 · 10 августа 2026 г.

HOTFIX Fixed crazy lead spawning

1.1.0Релиз26.2 · 9 августа 2026 г.

Better Caravans 1.1.0

Added

  • Minecraft Comes Alive: Reborn compatibility! Caravans now work properly with MCA villagers.
  • Added configuration for choosing which dimensions caravans can spawn in.
  • Added configuration for the caravan stop search distance.
  • Caravan trades now update correctly after a datapack /reload on NeoForge.
  • Desert caravans will always have a chest carrier, so their loot has somewhere to go.
  • Added a mod icon to the mod list.

Fixed

  • Fixed a server crash that could happen when a caravan was removed.
  • Caravan searches now correctly stay within their current dimension.

Changed

  • Improved overall caravan systems for better stability and maintainability.
  • Better Caravans advancements are now located under the vanilla Adventure tab.
  • When Better Caravans commands are disabled in the config, the command no longer appears.

Config changes

If you're updating from an older version, check your bettercaravans-common.toml:

  • Spawning.village_search_radius has been replaced by Spawning.village_search_chunk_radius.
  • Mini_Raid.raid_start_sound_radius has been removed. Raid sounds now use Mini_Raid.sound_radius.
1.1.0Релиз26.1 · 9 августа 2026 г.

Better Caravans 1.1.0

Added

  • Minecraft Comes Alive: Reborn compatibility! Caravans now work properly with MCA villagers.
  • Added configuration for choosing which dimensions caravans can spawn in.
  • Added configuration for the caravan stop search distance.
  • Caravan trades now update correctly after a datapack /reload on NeoForge.
  • Desert caravans will always have a chest carrier, so their loot has somewhere to go.
  • Added a mod icon to the mod list.

Fixed

  • Fixed a server crash that could happen when a caravan was removed.
  • Caravan searches now correctly stay within their current dimension.

Changed

  • Improved overall caravan systems for better stability and maintainability.
  • Better Caravans advancements are now located under the vanilla Adventure tab.
  • When Better Caravans commands are disabled in the config, the command no longer appears.

Config changes

If you're updating from an older version, check your bettercaravans-common.toml:

  • Spawning.village_search_radius has been replaced by Spawning.village_search_chunk_radius.
  • Mini_Raid.raid_start_sound_radius has been removed. Raid sounds now use Mini_Raid.sound_radius.

Комментарии

Загружаем…