MinMaxTrades
This mod eliminates the need for tedious sorting through villager offers by automatically setting the most advantageous deals with optimal prices.
Configuration Settings
MinMaxTrades provides a configuration file that allows you to select the desired functions and specify which items they should affect. Important: these settings only affect items with variable cost (enchanted items).
# Array for specifying items whose enchantment levels should be set to the maximum value:
# - books, shortcut for enchanted books
# - gear, shortcut for all other enchanted items
# - Item name in uppercase with snake_case
enchant:
- books
- BOW
# Similar to the previous one, but instead of an array, a map is used. For gear and books, these are boolean values determining whether to set the minimum vanilla price. For other items, the value should be the price to set
price:
books: true
gear: false
IRON_HELMET: 10