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

34 lines
711 B
JSON

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Axe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "quarz_axe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Quarz Axe",
"specialInformation": {
"fixedValue": []
},
"creativeTab": {
"value": "TOOLS"
},
"harvestLevel": 2,
"efficiency": 6.0,
"attackSpeed": 1.0,
"enchantability": 14,
"damageVsEntity": 2.0,
"usageCount": 250,
"blocksAffected": [],
"repairItems": [
{
"value": "Items.QUARTZ"
}
],
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}