mc_rebalance_datapack/data/minecraft/villager/professions/farmer.json

25 lines
433 B
JSON
Raw Normal View History

2025-09-04 22:28:05 +00:00
{
"levels": {
"1": {
"take": {
"type": "constant",
2025-09-05 17:28:57 +00:00
"value": 3
2025-09-04 22:28:05 +00:00
},
"trades": [
{
2025-09-05 17:28:57 +00:00
"sells": {"item": "emerald","count": 30},
"wants": [{"item": "enchanted_golden_apple"}]
2025-09-04 22:28:05 +00:00
},
{
"sells": {"item": "cake","count": 1},
"wants": [{"item": "emerald","count":3}]
},
{
"sells": {"item": "glistering_melon_slice","count": 8},
"wants": [{"item": "emerald"}]
}
]
}
}
}