Furniture_Tavern_Barrel
Server/Item/Items/Furniture/Tavern/Unique/Furniture_Tavern_Barrel.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Tavern_Barrel.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Tavern",
"Icon": "Icons/ItemsGenerated/Furniture_Tavern_Barrel.png",
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Village/Barrel.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Village/Barrel_Tavern.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Barrels"
}
},
"HitboxType": "Chest_Small",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"RandomRotation": "YawStep1",
"Support": {
"Up": [
{
"FaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Barrel"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Barrel"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"TextureComputedColor": "#3D2719"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}