Rock_Quartzite_Stalactite_Small
Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Stalactite_Small.json, 770 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Quartzite_Stalactite_Small.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Quartzite_Stalactite_Small.png",
"Set": "Rock_Quartzite",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Quartzite.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Quartzite_Cobble",
"GatherType": "Rocks"
}
},
"RandomRotation": "YawStep90",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#a08f5b"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"Parent": "Rock_Stone_Stalactite_Small"
}