- Added a new configuration file that allows you to alter default/vanilla trades, specifically to change their stock (maxUses), read the example within the file.
- Added/Changed how Enchanted Books are handled within the configuration files (see example below)
When it comes to configuration file handling of Enchanted books it is now easier to read, following this format: "Enchantment{LEVEL}".
For example, this would completely disable any trades for Fortune 3, Power 5 and Mending Enchantment Books for Librarians:
Code (YAML):
Librarian:
Disabled-Trades
:
- EMPTY_SLOT->EMPTY_SLOT->FORTUNE
{3
}
- EMPTY_SLOT->EMPTY_SLOT->POWER
{5
}
- EMPTY_SLOT->EMPTY_SLOT->MENDING
{1
}