Rock_Sandstone_Stalactite_Small
Server/Item/Items/Rock/Sandstone/Rock_Sandstone_Stalactite_Small.json, 741 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_Stalactite_Small.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Stalactites_Small.png",
"Set": "Rock_Sandstone",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Sandstone_Side.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_Cobble",
"GatherType": "Rocks"
}
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#bd8f45"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Stalactite_Small"
}