Different Emerald Trades
A simple mod that allows the user to choose what villagers will trade for, instead of emeralds.
Different Emerald Trades
A Simple Mod to allow users to change out the emeralds in villager trades.
Configuration:
<dl>
<dt>Disable.All.Trades=false #boolean | default: false</dt>
<dt>Randomize.Emeralds=false #boolean | default: false</dt>
<dt>Randomize.Everything=false #boolean | default: false</dt>
<dt>Get.Value.From.Item.IDs=false #boolean | default: false</dt>
</dl>
<p>and</p>
<dl>
<dt>First.Buy.Item.Provider=minecraft:emerald #string | default: minecraft:emerald</dt>
<dt>Second.Buy.Item.Provider=minecraft:emerald #string | default: minecraft:emerald</dt>
<dt>Sell.Item.Provider=minecraft:emerald #string | default: minecraft:emerald</dt>
</dl>
Each slot can be a different config. If you want all options to be the same, then you MUST have the same option on each line.
For the Item ID section simply replace the minecraft:air with the item id of the item you want, as though you were using the /give command. for example:
<dl>
<dt>minecraft:iron_ingot</dt>
<dt>or if modded, for example:</dt>
<dt>emerald_tools:ruby</dt>
</dl>