Plant_Crop_Mushroom_Block_Brown_Branch
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_Brown_Branch.json, 2.1 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_Brown_Branch.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Plants"
],
"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/Mushroom_Brown.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Branch",
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Wood_Sallow_Trunk",
"GatherType": "Woods"
},
"Physics": {
"DropList": "Wood_Sallow_Branch_Physics"
},
"UseDefaultDropWhenPlaced": true
},
"VariantRotation": "Pipe",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Branch"
}
]
},
"ParticleColor": "#534030",
"BlockSoundSetId": "Branch",
"PhysicalMaterialId": "Wood",
"MaxSupportDistance": 4,
"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"
}
]
},
"IgnoreSupportWhenPlaced": true
},
"Tags": {
"Type": [
"Wood",
"Tree"
],
"SubType": [
"Branch"
],
"Family": [
"Sallow"
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Brown_Branch.png",
"ItemSoundSetId": "ISS_Items_Foliage"
}