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

134 lines
2.6 KiB
JSON

{
"Profession": "minecraft:farmer",
"Career": "farmer",
"Offers": {
"Recipes": [
{
"action": "clear"
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "minecraft:dye",
"Count": 8,
"Damage": 15
},
"sell": {
"id": "minecraft:farmland",
"Count": 1
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "ferdinandsflowers:block_cff_flowers",
"Count": {
"min": 1,
"max": 2
},
"Damage": 6
},
"sell": {
"id": "minecraft:red_flower",
"Count": {
"min": 1,
"max": 3
},
"Damage": 5
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "ferdinandsflowers:block_cff_doublesc",
"Count": {
"min": 1,
"max": 2
},
"Damage": 2
},
"sell": {
"id": "minecraft:red_flower",
"Count": {
"min": 1,
"max": 3
},
"Damage": 5
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "ferdinandsflowers:block_cff_doublesc",
"Count": {
"min": 1,
"max": 2
},
"Damage": 3
},
"sell": {
"id": "minecraft:red_flower",
"Count": {
"min": 1,
"max": 3
},
"Damage": 5
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "minecraft:dye",
"Count": 16,
"Damage": 15
},
"sell": {
"id": "rustic:apple_seeds",
"Count": 1
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "minecraft:baked_potato",
"Count": 8
},
"sell": {
"id": "natura:overworld_seeds",
"Count": 1,
"Damage": 1
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "betterwithaddons:food_carrot_baked",
"Count": 8
},
"sell": {
"id": "rustic:grape_stem",
"Count": 1
}
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "minecraft:bread",
"Count": 4
},
"sell": {
"id": "rustic:tomato_seeds",
"Count": 1
}
}
]
}
}