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/tool_smith_trades.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

143 lines
2.9 KiB
JSON

{
"tiers": [
{
"trades": [
{
"wants": [
{
"item": "minecraft:coal:0",
"quantity": {
"min": 16,
"max": 24
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 5,
"max": 7
}
}
],
"gives": [
{
"item": "minecraft:iron_shovel",
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
]
}
]
},
{
"trades": [
{
"wants": [
{
"item": "minecraft:iron_ingot",
"quantity": {
"min": 7,
"max": 9
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 9,
"max": 10
}
}
],
"gives": [
{
"item": "minecraft:iron_pickaxe",
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
]
}
]
},
{
"trades": [
{
"wants": [
{
"item": "minecraft:diamond",
"quantity": {
"min": 3,
"max": 4
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": {
"min": 12,
"max": 15
}
}
],
"gives": [
{
"item": "minecraft:diamond_pickaxe",
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
]
}
]
}
]
}