29 lines
496 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |