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

29 lines
496 B
JSON

{
"Profession": "minecraft:farmer",
"Career": "fletcher",
"Offers": {
"Recipes": [
{
"action": "clear"
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "primal:flint_point",
"Count": {
"min": 2,
"max": 5
}
},
"sell": {
"id": "minecraft:string",
"Count": {
"min": 3,
"max": 8
}
}
}
]
}
}