Rock_Shale_Stalactites_Small
Server/Item/Items/Rock/Shale/Rock_Shale_Stalactites_Small.json, 787 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Shale_Stalactites_Small.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Shale_Stalactites_Small.png",
"Set": "Rock_Shale",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Shale.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Shale_Cobble"
}
},
"RandomRotation": "YawStep90",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#454a50",
"TextureComputedColor": "#3E4847"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Shale"
]
},
"Parent": "Rock_Stone_Stalactite_Small"
}