1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/trading/leather_worker_trades.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

91 lines
1.7 KiB
JSON

{
"tiers": [
{
"trades": [
{
"wants": [
{
"item": "minecraft:leather",
"quantity": {
"min": 9,
"max": 12
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 2,
"max": 4
}
}
],
"gives": [
{
"item": "minecraft:leather_leggings"
}
]
}
]
},
{
"trades": [
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 7,
"max": 12
}
}
],
"gives": [
{
"item": "minecraft:leather_chestplate",
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
]
}
]
},
{
"trades": [
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 8,
"max": 10
}
}
],
"gives": [
{
"item": "minecraft:saddle"
}
]
}
]
}
]
}