Soil_Clay_Stalactite_Large
Server/Item/Items/Soil/Clay/Soil_Clay_Stalactite_Large.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
IconProperties | object |
$Comment | string |
Icon | string |
Set | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay_Stalactite_Large.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Soils"
],
"SubCategory": "ColouredClay",
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Big.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Clay.png",
"Weight": 1
}
],
"HitboxType": "Stalactite_Large",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"ItemId": "Soil_Clay"
}
},
"VariantRotation": "UpDown",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Dirt",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#8b5b3e",
"Opacity": "Semitransparent"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Clay"
]
},
"IconProperties": {
"Scale": 0.45,
"Translation": [
0,
-24
],
"Rotation": [
22.5,
45,
22.5
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Soil_Clay_Stalactite_Large.png",
"Set": "Soil_Clay",
"ItemSoundSetId": "ISS_Blocks_Soft"
}