cawezs_mantle_to_stratus/elements/StarforgedPickaxe.mod.json

44 lines
946 B
JSON

{
"_fv": 77,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "starforgedtexture",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Starforged Pickaxe",
"specialInformation": {
"fixedValue": [
"Can break Bedrock"
]
},
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"efficiency": 12.0,
"attackSpeed": 1.0,
"enchantability": 1,
"damageVsEntity": 3.0,
"usageCount": 1000,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "Items.AMETHYST_SHARD"
}
],
"immuneToFire": false,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntitySwing": {
"name": "StarforgedPickaxeEntitySwingsItem"
}
}
}