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

78 lines
2.1 KiB
JSON

{
"_fv": 60,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "netherrack_head",
"enableBody": true,
"textureBody": "netherrack_body",
"enableLeggings": true,
"textureLeggings": "netherrack_leggings",
"enableBoots": true,
"textureBoots": "netherrack_boots",
"creativeTab": {
"value": "COMBAT"
},
"armorTextureFile": "netherrack",
"helmetName": "Netherrack Helmet",
"bodyName": "Netherrack Chestplate",
"leggingsName": "Netherrack Leggings",
"bootsName": "Netherrack Boots",
"helmetSpecialInformation": {
"fixedValue": []
},
"bodySpecialInformation": {
"fixedValue": []
},
"leggingsSpecialInformation": {
"fixedValue": []
},
"bootsSpecialInformation": {
"fixedValue": []
},
"helmetModelName": "Default",
"helmetModelPart": "Helmet",
"helmetModelTexture": "From armor",
"bodyModelName": "Default",
"bodyModelPart": "Body",
"armsModelPartL": "Arms L",
"armsModelPartR": "Arms R",
"bodyModelTexture": "From armor",
"leggingsModelName": "Default",
"leggingsModelPartL": "Leggings L",
"leggingsModelPartR": "Leggings R",
"leggingsModelTexture": "From armor",
"bootsModelName": "Default",
"bootsModelPartL": "Boots L",
"bootsModelPartR": "Boots R",
"bootsModelTexture": "From armor",
"helmetItemRenderType": 0,
"helmetItemCustomModelName": "Normal",
"bodyItemRenderType": 0,
"bodyItemCustomModelName": "Normal",
"leggingsItemRenderType": 0,
"leggingsItemCustomModelName": "Normal",
"bootsItemRenderType": 0,
"bootsItemCustomModelName": "Normal",
"helmetImmuneToFire": false,
"bodyImmuneToFire": false,
"leggingsImmuneToFire": false,
"bootsImmuneToFire": false,
"maxDamage": 8,
"damageValueHelmet": 1,
"damageValueBody": 3,
"damageValueLeggings": 3,
"damageValueBoots": 1,
"enchantability": 5,
"toughness": 0.0,
"knockbackResistance": 0.0,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "Blocks.NETHERRACK"
}
]
}
}