1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 12:29:09 +00:00
bedrock-samples/behavior_pack/trading/leather_worker_trades.json
Mike Ammerlaan 13737dc4cb 1.19.40.23
2022-10-04 08:25:43 -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"
}
]
}
]
}
]
}