Wood_Cedar_Branch_Corner
Server/Item/Items/Wood/Cedar/Wood_Cedar_Branch_Corner.json, 481 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Cedar_Branch_Corner.name"
},
"Parent": "Wood_Oak_Branch_Corner",
"Icon": "Icons/ItemsGenerated/Wood_Cedar_Branch_Corner.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Cedar",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Cedar.png",
"Weight": 1
}
],
"ParticleColor": "#784725"
}
}