Rock_Lime_Stalactite_Large
Server/Item/Items/Rock/Lime/Rock_Lime_Stalactite_Large.json, 1020 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
IconProperties | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Lime_Stalactite_Large.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Lime_Stalactite_Large.png",
"Set": "Rock_Lime",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Stone/Stalactite_Lime_Texture.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"Quality": 2,
"ItemId": "Rock_Lime_Cobble",
"GatherType": "Rocks"
}
},
"RandomRotation": "YawStep90",
"ParticleColor": "#dccd97",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Lime_Big.blockymodel"
},
"IconProperties": {
"Scale": 0.395,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
3,
-24.6
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Lime"
]
},
"Parent": "Rock_Stone_Stalactite_Large"
}