ModMIT
Villager Tweaks Plus
Configurable villager behavior — infinite trades, disable wandering traders, cure discount control, and more.
86
Downloads
1
Followers
2 months ago
Updated
📦
24
Versions
📖About Villager Tweaks Plus
Villager Tweaks Plus
Take control of villager mechanics with a simple config. Infinite trades, disable wandering traders, adjust cure discounts — all without commands or datapacks.
⚙️ Config Options
All settings in config/villager-tweaks-plus.json (auto-generated on first run):
| Setting | Default | Description |
|---|---|---|
infinite_trades |
false | Trades never lock out — unlimited trading |
disable_wandering_trader |
false | Stop wandering traders from spawning |
wandering_trader_interval |
24000 | Ticks between trader spawn attempts |
cure_discount_multiplier |
1.0 | Scale cure discounts (0 = none, 2.0 = double) |
trade_refresh_interval |
24000 | Ticks between trade restocks |
max_gossip_value |
25 | Max reputation from trading |
breeding_cooldown |
6000 | Ticks between breeding attempts |
📦 Installation
- Drop the jar into your
mods/folder - Requires Fabric API
- Launch once to generate the config
- Edit settings to your liking
- Restart to apply
💡 Popular Configs
Infinite Trades (no more locked villagers):
{ "infinite_trades": true }
No Wandering Traders:
{ "disable_wandering_trader": true }
Overpowered Curing:
{ "cure_discount_multiplier": 3.0 }
🔧 Technical Details
- Works in singleplayer and on dedicated servers
- Server-side — clients don't need the mod
- Lightweight, no dependencies beyond Fabric API
- Supports Minecraft 1.21 through 1.21.11