ExamplePrefabPlacementBlock_Tree
Server/Item/Items/Categories/ExamplePrefabPlacementBlock_Tree.json, 369 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
MaxStack | number |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.ExamplePrefabPlacementBlock_Tree.name"
},
"Quality": "Technical",
"Icon": "Icons/ItemsGenerated/Plant_Oak_Leaves.png",
"MaxStack": 1,
"Categories": [
"Tool.PrefabEditing"
],
"SubCategory": "PrefabBlocks",
"PlayerAnimationsId": "Block",
"BlockType": {
"PrefabListAssetId": "Trees"
}
}