Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published last month
Updated last month
Better Villager Trading
This client mod is dedicated to providing you with a better villager trading experience.
Features
1. Display Remaining Sales
- Display the remaining number of sales available under each button arrow on the trading screen.
2. Fast Trading
- Now you can trade all the items in your backpack with villagers with a single click.
3. Trading Hud
- Now, simply hover your mouse over a villager, and their trade items will be displayed in the upper left corner.
Config
{
"enableTradingHud": true,
// Whether to render real cost directly or use vanilla logic to render both base and real cost
"renderRealCostDirectly": true,
"enableFastTrading": true,
// When items are damageable or non-stackable, whether you need to hold down the Alt key to trade.
"enableAltKey": true,
"enableDisplayRemainingSales": true
}
Separated from mod Better Client