Files
sevtech-ages-1.12.2/config/vtt/trade_tables/leatherworker.json
2025-07-23 08:37:00 +03:00

77 lines
1.4 KiB
JSON

{
"Profession": "minecraft:butcher",
"Career": "leather",
"Offers": {
"Recipes": [
{
"action": "clear"
},
{
"action": "add",
"buy": {
"id": "primal:pelt_horse",
"Count": {
"min": 1,
"max": 3
}
},
"sell": {
"id": "primal:leather_cordage",
"Count": {
"min": 1,
"max": 4
}
},
"CareerLevel": 1
},
{
"action": "add",
"buy": {
"id": "primal:pelt_llama",
"Count": {
"min": 1,
"max": 3
}
},
"sell": {
"id": "minecraft:saddle",
"Count": 1
},
"CareerLevel": 1
},
{
"action": "add",
"buy": {
"id": "primal:pelt_cow",
"Count": {
"min": 1,
"max": 3
}
},
"sell": {
"id": "minecraft:leather_helmet",
"Count": 1
},
"CareerLevel": 1
},
{
"action": "add",
"buy": {
"id": "primal:pelt_sheep",
"Count": {
"min": 1,
"max": 3
}
},
"sell": {
"id": "minecraft:leather",
"Count": {
"min": 1,
"max": 4
}
},
"CareerLevel": 1
}
]
}
}