Villagers & Wandering traders don't take jobs or have trades.
Summary
When overriding vanilla Villagers & Wandering Traders, they do not have trades and villagers don't accept jobs.
Steps to reproduce
Override Villagers & Wandering Traders in VanillaMobs.yml
VILLAGER: Health: 20 Options: HasTrade: true PreventRenaming: false PreventTransformation: false WANDERING_TRADER: Health: 20 Options: HasTrade: true PreventRenaming: false
Reload/Restart, try to trade.
Current behavior
Players are unable to trade or make villagers accept jobs.
Intended correct behavior
Villagers and Wandering Traders should be tradable.
Server log file
Debug log snippet
There is none.
Proposed fixes
I think there's a bug with overriding villagers or HasTrades option.