mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
update: 1.8.0
This commit is contained in:
107
elements/NightVisionGoggles.mod.json
Normal file
107
elements/NightVisionGoggles.mod.json
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "armor",
|
||||
"definition": {
|
||||
"enableHelmet": true,
|
||||
"textureHelmet": "night_vision_goggles",
|
||||
"enableBody": false,
|
||||
"textureBody": "",
|
||||
"enableLeggings": false,
|
||||
"textureLeggings": "",
|
||||
"enableBoots": false,
|
||||
"textureBoots": "",
|
||||
"onHelmetTick": {
|
||||
"name": "NightVisionGogglesHelmetTickEvent"
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "COMBAT"
|
||||
}
|
||||
],
|
||||
"armorTextureFile": "night_vision_goggles",
|
||||
"helmetName": "Night Vision Goggles",
|
||||
"bodyName": "Night Vision Goggles Chestplate",
|
||||
"leggingsName": "Night Vision Goggles Leggings",
|
||||
"bootsName": "Night Vision Goggles 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,
|
||||
"helmetGlowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"bodyGlowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"leggingsGlowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"bootsGlowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"helmetPiglinNeutral": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"bodyPiglinNeutral": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"leggingsPiglinNeutral": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"bootsPiglinNeutral": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"maxDamage": 15,
|
||||
"damageValueHelmet": 2,
|
||||
"damageValueBody": 0,
|
||||
"damageValueLeggings": 0,
|
||||
"damageValueBoots": 0,
|
||||
"enchantability": 9,
|
||||
"toughness": 0.0,
|
||||
"knockbackResistance": 0.0,
|
||||
"equipSound": {
|
||||
"value": "block.sculk_sensor.clicking"
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "Blocks.STAINED_GLASS_PANE#5"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user