Very simple mod which is used more like a tool for Players.
The main (and only - currently) purpose of this mod is to give Player an ability to configure custom trades for any villager (it should also work with villagers from different mods). Also there is a configuration option to delete all vanilla trades.
All the trades are configurable from configuration file "Trades.json" which should be unzipped from jar file (if it's not, unzip it manually to "config/Better Villagers/Trades.json" - let me know about it).
If any "trade" will have a "_comment" in name it will be ignored. It was made to give Player a possibility to configure a custom trade and make some notes about it - if needed.
Default "Trades.json" looks like this:
[
{
"Profession":5,
"Career":1,
"Trading":[{
"Level":1,
"Trades":{
"trade_1_comment":"If there is '_comment' in name it won't be read and You can add some informations here - maybe details about trade for easier remembering what is what. Also '_comment' is used by default, You can change it in configuration file.",
"trade_1_comment_1":"structure looks like this -> number x item:id + number x item:id = number x item:id",
"trade_1_comment_2":"1xGranite + 1xPodzol = 7xFern",
"trade_1":"1x1:1 + 1x3:2 = 7x31:2",
"trade_2":"3xminecraft:stone + 5xminecraft:stone_pressure_plate = 1xminecraft:lit_pumpkin"
}
}]
}
]

