mc_rebalance/src/main/resources/data/mc_rebalance/enchantment/trowel.json

32 lines
646 B
JSON

{
"anvil_cost": 1,
"description": {
"translate": "enchantment.mc_rebalance.trowel"
},
"effects": {
"minecraft:attributes": [
{
"amount": 1025,
"attribute": "player.mining_efficiency",
"id": "mc_rebalance:enchantment.trowel",
"operation": "add_value"
}
]
},
"exclusive_set": "#mc_rebalance:exclusive_set/capability",
"max_cost": {
"base": 51,
"per_level_above_first": 10
},
"max_level": 1,
"min_cost": {
"base": 1,
"per_level_above_first": 10
},
"slots": [
"mainhand"
],
"supported_items": "#mc_rebalance:enchantable/shovel",
"weight": 10
}