Wood_Oak_Branch_Short
Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Short.json, 812 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Oak_Branch_Short.name"
},
"Parent": "Wood_Oak_Branch_Long",
"Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Short.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Oak",
"BlockType": {
"CustomModel": "Blocks/Structures/Tubes/Short.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
"Weight": 1
}
],
"HitboxType": "Branch_Short",
"VariantRotation": "NESW",
"Support": {
"North": [
{
"FaceType": "Full"
},
{
"FaceType": "Branch"
}
]
},
"TextureComputedColor": "#4B271A"
},
"Tags": {
"BranchType": [
"Short"
]
}
}