Rock_Volcanic_Cracked_Incandescent
Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Cracked_Incandescent.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
Set | string |
Tags | object |
$Comment | string |
Icon | string |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Volcanic_Cracked_Lava_Incandescent.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "CubeWithModel",
"Opacity": "Transparent",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "VolcanicRocks",
"ItemId": "Rock_Volcanic_Cobble"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Rock_Volcanic_LavaCracks.png",
"Weight": 1
}
],
"ParticleColor": "#352222",
"BlockSoundSetId": "Stone",
"Light": {
"Color": "#500"
},
"CustomModel": "Blocks/Structures/Base_Shapes/Cube_Overlay.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Base_Shapes/Lava_Cracks.png"
}
]
},
"Set": "Rock_Volcanic",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Volcanic"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cracked_Lava_Incandescent.png",
"Parent": "Rock_Volcanic"
}