cawezs_expanded_world/elements/StarforgedPickaxe.mod.json
2024-04-28 11:00:35 -04:00

39 lines
920 B
JSON
Executable File

{
"_fv": 47,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"texture": "starforgedtexture",
"customModelName": "Normal",
"name": "Starforged Pickaxe",
"specialInfo": [
"Can collect bedrock, reinforced deepslate and end portal frames."
],
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"harvestLevel": 4,
"efficiency": 15.0,
"attackSpeed": 1.0,
"enchantability": 2,
"damageVsEntity": 1.0,
"usageCount": 2048,
"blocksAffected": [],
"hasGlow": true,
"repairItems": [
{
"value": "Items.COPPER_INGOT"
}
],
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onItemInInventoryTick": {
"name": "StarforgedPickaxeToolInInventoryTick"
},
"onEntitySwing": {
"name": "StarforgedPickaxeEntitySwingsItem"
}
}
}