Rock_Ice_Icicles
Server/Item/Items/Rock/Ice/Rock_Ice_Icicles.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Ice_Icicles.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Ice_Icicles.png",
"Set": "Rock_Ice",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Sharp.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Stone/Stalactite_Sharp_Ice.png",
"Weight": 1
}
],
"HitboxType": "Stalactite_Small",
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Rock_Ice",
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDown",
"RandomRotation": "YawStep1",
"BlockParticleSetId": "Ice",
"BlockSoundSetId": "Ice",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#9ddee0"
},
"ResourceTypes": [
{
"Id": "Ice"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Ice"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}