Deco_Pot_Clay_Broken
Server/Item/Items/Container/Deco_Pot_Clay_Broken.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Pot_Clay_Broken.name"
},
"Icon": "Icons/ItemsGenerated/Container_Pot_Clay_Broken.png",
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Pot_Broken.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Village/Pot_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Empty"
}
},
"HitboxType": "Rubble",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Stone",
"ParticleColor": "#864c36",
"BlockSoundSetId": "Clay_Pot_Small",
"PhysicalMaterialId": "Stone"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Clay"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}