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

34 lines
731 B
JSON

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"blockingRenderType": 0,
"texture": "netherrack_sword",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Netherrack Sword",
"specialInformation": {
"fixedValue": []
},
"creativeTab": {
"value": "COMBAT"
},
"harvestLevel": 1,
"efficiency": 4.0,
"attackSpeed": 1.0,
"enchantability": 7,
"damageVsEntity": 1.0,
"usageCount": 95,
"blocksAffected": [],
"repairItems": [
{
"value": "Blocks.NETHERRACK"
}
],
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}