Deco_Campfire_Off
Server/Item/Items/Deco/Deco_Campfire_Off.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Particles | array[1] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Campfire_Off.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Campfire_Off.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Campfire_Off_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 1,
"HitboxType": "Brazier_Small",
"Light": {
"Color": "#100"
},
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModel": "Blocks/Benches/Campfire_Off.blockymodel",
"Interactions": {
"Collision": "Block_Damage"
}
},
"PlayerAnimationsId": "Block",
"Particles": [
{
"SystemId": "Smoke_Black"
}
],
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}