cawezs_expanded_world/elements/StarforgedPickaxe.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

45 lines
1.0 KiB
JSON
Executable File

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "starforgedtexture",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Starforged Pickaxe",
"specialInformation": {
"fixedValue": [
"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": [],
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Items.COPPER_INGOT"
}
],
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onItemInInventoryTick": {
"name": "StarforgedPickaxeToolInInventoryTick"
},
"onEntitySwing": {
"name": "StarforgedPickaxeEntitySwingsItem"
}
}
}