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

27 lines
477 B
JSON

{
"Profession": "minecraft:farmer",
"Career": "fisherman",
"Offers": {
"Recipes": [
{
"action": "clear"
},
{
"action": "add",
"CareerLevel": 1,
"buy": {
"id": "abyssalcraft:stone",
"Count": {
"min": 16,
"max": 24
},
"Damage": 7
},
"sell": {
"id": "abyssalcraft:shoggothflesh",
"Count": 1
}
}
]
}
}