Wood_Oak_Branch_Corner
Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Corner.json, 1.3 KB
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_Corner.name"
},
"Parent": "Wood_Oak_Branch_Long",
"Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Corner.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Oak",
"BlockType": {
"CustomModel": "Blocks/Structures/Tubes/Corner.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
"Weight": 1
}
],
"HitboxType": "Branch_Corner",
"VariantRotation": "UpDownNESW",
"Support": {
"Up": [
{
"FaceType": "Full",
"Rotate": true
},
{
"FaceType": "Branch",
"Support": "Ignored"
}
],
"North": [
{
"FaceType": "Full",
"Rotate": true
},
{
"FaceType": "Branch",
"Support": "Ignored"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Branch"
}
],
"North": [
{
"FaceType": "Branch"
}
]
},
"FlipType": "Orthogonal",
"ParticleColor": "#572f1e",
"TextureComputedColor": "#4B271A"
},
"Tags": {
"BranchType": [
"Corner"
]
}
}