Rock_Marble_Stalactite_Large
Server/Item/Items/Rock/Marble/Rock_Marble_Stalactite_Large.json, 752 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
BlockType | object |
Tags | object |
Icon | string |
Set | string |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Marble_Stalactite_Large.name"
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Marble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Marble_Cobble",
"GatherType": "Rocks"
}
},
"RandomRotation": "YawStep90",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#bbbbaf"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Marble"
]
},
"Icon": "Icons/ItemsGenerated/Rock_Marble_Stalactite_Large.png",
"Set": "Rock_Marble",
"Parent": "Rock_Stone_Stalactite_Large"
}