Plant_Crop_Mushroom_Block_Blue_Branch
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_Blue_Branch.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Block_Blue_Branch.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Plants"
],
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Branch",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Mushroom_Blue.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods",
"ItemId": "Wood_Aspen_Trunk"
},
"Physics": {
"DropList": "Wood_Aspen_Branch_Physics"
},
"UseDefaultDropWhenPlaced": true
},
"Supporting": {
"Down": [
{
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Branch"
}
]
},
"ParticleColor": "#5a9bc1",
"MaxSupportDistance": 4,
"Parent": "Wood_Oak_Branch_Long",
"Support": {
"CardinalDirections": [
{
"FaceType": "Branch",
"Rotate": false,
"SelfFaceType": "Branch",
"Support": "Ignored"
}
],
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Branch",
"Support": "Ignored"
},
{
"FaceType": "Branch",
"Rotate": false,
"SelfFaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Full"
},
{
"FaceType": "Rope"
}
]
},
"DrawType": "Model",
"Material": "Solid",
"HitboxType": "Branch",
"IgnoreSupportWhenPlaced": true
},
"Tags": {
"Type": [
"Wood",
"Tree"
],
"SubType": [
"Branch"
],
"Family": [
"Aspen"
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Blue_Branch.png",
"ItemSoundSetId": "ISS_Items_Foliage"
}