Wood_Oak_Branch_Long
Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Long.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Oak_Branch_Long.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Long.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Oak",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Branch",
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Wood_Branch",
"GatherType": "Woods"
},
"Physics": {
"DropList": "Wood_Branch"
},
"UseDefaultDropWhenPlaced": true
},
"VariantRotation": "Pipe",
"BlockParticleSetId": "Wood",
"ParticleColor": "#633625",
"BlockSoundSetId": "Branch",
"MaxSupportDistance": 6,
"Support": {
"Up": [
{
"FaceType": "Full",
"Rotate": true
},
{
"FaceType": "Branch",
"Support": "Ignored"
}
],
"Down": [
{
"FaceType": "Full",
"Rotate": true
},
{
"FaceType": "Branch",
"Support": "Ignored"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Branch"
}
]
},
"IgnoreSupportWhenPlaced": true
},
"Tags": {
"Type": [
"Wood",
"Tree",
"Branch"
],
"SubType": [
"Branch"
],
"BranchType": [
"Long"
],
"Family": [
"Oak"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}