Debug_Companion_Block_Spawner
Server/Item/Items/_Debug/Debug_Companion_Block_Spawner.json, 755 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Quality | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Companion_Block_Spawner.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Village_Crate.png",
"Categories": [
"Furniture.Containers"
],
"Quality": "Debug",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Opacity": "Transparent",
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Barrels"
}
},
"BlockParticleSetId": "Wood",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Furniture_Village_Crate.png"
}
],
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Furniture"
]
}
}