-
Notifications
You must be signed in to change notification settings - Fork 1
es tools
github-actions[bot] edited this page Aug 2, 2026
·
1 revision
Nota:
tool_setsolo soportapickaxe,axe,shovelyhoe. Para agregar una espada junto a las herramientas, usa un archivo separado de tipoweapon_setosword.
{
"id": "mis_herramientas",
"type": "tool_set",
"tool_names": {
"en_us": {
"pickaxe": "My Pickaxe",
"axe": "My Axe",
"shovel": "My Shovel",
"hoe": "My Hoe"
},
"es_mx": {
"pickaxe": "Mi Pico",
"axe": "Mi Hacha",
"shovel": "Mi Pala",
"hoe": "Mi Azada"
}
},
"tools": {
"pickaxe": {
"durability": 8000,
"attack_damage": 5.0,
"attack_speed": 1.2,
"mining_speed": 20.0,
"harvest_level": 4,
"held_effects": [ { "effect": "minecraft:haste", "amplifier": 1 } ]
},
"axe": {
"durability": 7000,
"attack_damage": 8.0,
"attack_speed": 0.9,
"mining_speed": 15.0,
"harvest_level": 4
},
"shovel": {
"durability": 6000,
"attack_damage": 4.0,
"attack_speed": 1.0,
"mining_speed": 18.0,
"harvest_level": 4
},
"hoe": {
"durability": 5000,
"attack_damage": 3.0,
"attack_speed": 1.0,
"mining_speed": 16.0,
"harvest_level": 4,
"till_radius": 3
}
},
"enchantable": true,
"enchantability": 22,
"texture": {
"mode": "reference",
"refs": {
"pickaxe": "minecraft:item/netherite_pickaxe",
"axe": "minecraft:item/netherite_axe",
"shovel": "minecraft:item/netherite_shovel",
"hoe": "minecraft:item/netherite_hoe"
}
},
"recipes": {
"pickaxe": { "type": "smithing_transform", "template": "minecraft:netherite_upgrade_smithing_template", "base": "mimod:mi_pico_diamante", "addition": "minecraft:netherite_ingot" },
"axe": { "type": "smithing_transform", "template": "minecraft:netherite_upgrade_smithing_template", "base": "mimod:mi_hacha_diamante", "addition": "minecraft:netherite_ingot" },
"shovel": { "type": "smithing_transform", "template": "minecraft:netherite_upgrade_smithing_template", "base": "mimod:mi_pala_diamante", "addition": "minecraft:netherite_ingot" },
"hoe": { "type": "smithing_transform", "template": "minecraft:netherite_upgrade_smithing_template", "base": "mimod:mi_azadon_diamante","addition": "minecraft:netherite_ingot" }
}
}| Campo | Tipo | Descripción |
|---|---|---|
tools |
Map | Define cada herramienta. Claves: pickaxe, axe, shovel, hoe
|
tools.durability |
Int | Durabilidad de esta herramienta |
tools.attack_damage |
Float | Daño de ataque base |
tools.attack_damage_bonus |
Float | Daño adicional sumado a attack_damage
|
tools.attack_speed |
Float | Velocidad de ataque. Espada=1.6, Hacha=0.9, Pala=1.0 |
tools.mining_speed |
Float | Velocidad de minado. Netherite=9.0, Diamante=8.0, Hierro=6.0 |
tools.harvest_level |
Int | 0=Madera, 1=Piedra, 2=Hierro, 3=Diamante, 4=Netherite |
tools.held_effects |
List | Efectos aplicados al sostener esta herramienta en la mano |
tools.till_radius |
Int | (Solo azadón) Radio de bloques a arar alrededor del objetivo. 0 = sin arado en área |
tool_names |
Map | Nombre completo de cada herramienta por idioma. Cada idioma define todas las herramientas de forma independiente. |
English
Content
Systems
Servers
Reference
Español
Contenido
Sistemas
Servidores
Referencia