Rock_Shale_Stalactites_Large
Server/Item/Items/Rock/Shale/Rock_Shale_Stalactites_Large.json, 937 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
IconProperties | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Shale_Stalactites_Large.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Shale_Stalactites_Large.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"
]
},
"IconProperties": {
"Scale": 0.45,
"Translation": [
0,
-24
],
"Rotation": [
22.5,
45,
22.5
]
},
"Parent": "Rock_Stone_Stalactite_Large"
}