Files
Aris-Random-Additions/elements/BedrockPickaxe.mod.json
2026-03-14 20:46:02 -07:00

42 lines
890 B
JSON

{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "bedrock_pickaxe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Bedrock Pickaxe",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 9.0,
"attackSpeed": 1.2,
"enchantability": 19,
"damageVsEntity": 8.0,
"usageCount": 0,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "Blocks.BEDROCK"
}
],
"immuneToFire": true,
"blockDropsTier": "NETHERITE",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntitySwing": {
"name": "BedrockPickaxeEntitySwingsItem"
}
}
}