Editor_Block
Server/Item/Items/Editor/Editor_Block.json, 800 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Editor_Block.name",
"Description": "server.items.Editor_Block.description"
},
"Icon": "Icons/ItemsGenerated/Editor_Block.png",
"Quality": "Technical",
"Categories": [
"Tool.PrefabEditing"
],
"SubCategory": "PrefabBlocks",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Miscellaneous/Trigger.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/EditorBlock.png",
"Weight": 1
}
],
"Opacity": "Transparent",
"Group": "@Tech",
"Flags": {},
"BlockParticleSetId": "Stone",
"TextureComputedColor": "#9C9FA3"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Editor"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}