Debug_Companion_Block_Spawner_Requirement
Server/Item/Items/_Debug/Debug_Companion_Block_Spawner_Requirement.json, 1007 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Quality | string |
BlockType | object |
PlayerAnimationsId | string |
MaxStack | number |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Companion_Block_Spawner_Requirement.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Crude_Bed.png",
"Categories": [
"Furniture.Benches"
],
"Quality": "Debug",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/Bedroll.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Bedroll_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bed_Crude",
"VariantRotation": "NESW",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Wool"
},
"PlayerAnimationsId": "Block",
"MaxStack": 1,
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Bed"
]
}
}