Furniture_Village_Pot
Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Pot.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Village_Pot.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Village_Pot.png",
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Pot.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Village/Pot_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true,
"DropList": "Container_Pot_Clay"
}
},
"BlockParticleSetId": "Clay",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#864c36",
"BlockSoundSetId": "Clay_Pot_Small"
},
"PlayerAnimationsId": "Block",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}