minecraft-src/data/minecraft/enchantment/fortune.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
409 B
JSON

{
"anvil_cost": 4,
"description": {
"translate": "enchantment.minecraft.fortune"
},
"exclusive_set": "#minecraft:exclusive_set/mining",
"max_cost": {
"base": 65,
"per_level_above_first": 9
},
"max_level": 3,
"min_cost": {
"base": 15,
"per_level_above_first": 9
},
"slots": [
"mainhand"
],
"supported_items": "#minecraft:enchantable/mining_loot",
"weight": 2
}