

Better Villager Trading
This client-side mod significantly enhances interaction with traders in Minecraft, making the exchange process more convenient and informative.
Main Features
Display of Remaining Trades
Under each arrow in the trading interface, it now shows how many times a specific deal can be made before it becomes locked. This helps plan trading in advance.
Fast Trading
A new feature allows exchanging all suitable items from the inventory with a single click. No more repeatedly clicking on the same deal!
Trading Information HUD
Simply hover the cursor over a villager, and information about their available goods will appear in the upper left corner of the screen. Convenient for quickly assessing trade offers.
Configuration
{
"enableTradingHud": true,
// Display real cost directly or use standard logic to display both base and real cost
"renderRealCostDirectly": true,
"enableFastTrading": true,
// When trading damaged or non-stackable items, whether holding the Alt key is required
"enableAltKey": true,
"enableDisplayRemainingSales": true
}
Previously part of the Better Client mod