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

34 lines
935 B
JSON
Raw Permalink Normal View History

2025-09-05 17:29:53 +00:00
{
"levels": {
"1": {
"take": {
"type": "constant",
"value": 5
},
"trades": [
{
2025-10-21 11:22:04 +00:00
"sells": {"item": "emerald","count": 1},
2025-09-05 17:29:53 +00:00
"wants": [{"item": "diamond","count":4}]
},
{
"sells": {"item": "golden_sword","functions":[{"function":"enchant_randomly"}],"count": 1},
"wants": [{"item": "emerald","count":7},{"item":"golden_sword"}]
},
{
"sells": {"item": "golden_axe","functions":[{"function":"enchant_randomly"}],"count": 1},
"wants": [{"item": "emerald","count":11},{"item":"golden_axe"}]
},
{
"sells": {"item": "diamond_sword","functions":[{"function":"enchant_randomly"}],"count": 1},
"wants": [{"item": "emerald","count":7},{"item":"diamond_sword"}]
},
{
"sells": {"item": "diamond_axe","functions":[{"function":"enchant_randomly"}],"count": 1},
"wants": [{"item": "emerald","count":11},{"item":"diamond_axe"}]
}
]
}
}
}