Initial
This commit is contained in:
17
overrides/config/vtt/trade_tables/armorer.json
Normal file
17
overrides/config/vtt/trade_tables/armorer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
Profession: "minecraft:smith",
|
||||
Career:"armor",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"remove", buy:{id:"minecraft:emerald"},sell:{id:"minecraft:diamond_chestplate"}, CareerLevel:3},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:10,max:12}},sell:{id:"minecraft:diamond_helmet",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:16,max:19}},sell:{id:"minecraft:diamond_chestplate",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:14,max:17}},sell:{id:"minecraft:diamond_leggings",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:8,max:10}},sell:{id:"minecraft:diamond_boots",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user