EasySurvivalMod/elements/BasaltAxe.mod.json
2024-03-07 14:10:21 +01:00

34 lines
714 B
JSON

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Axe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "basalt_axe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Basalt Axe",
"specialInformation": {
"fixedValue": []
},
"creativeTab": {
"value": "TOOLS"
},
"harvestLevel": 2,
"efficiency": 5.0,
"attackSpeed": 1.0,
"enchantability": 11,
"damageVsEntity": 2.0,
"usageCount": 183,
"blocksAffected": [],
"repairItems": [
{
"value": "Blocks.BASALT"
}
],
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}