Plant_Roots_Cave_Small
Server/Item/Items/Plant/Plant_Roots_Cave_Small.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Roots_Cave_Small.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Roots_Cave_Small.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Textures/Root.png",
"Weight": 1
}
],
"Opacity": "Transparent",
"Group": "Plant",
"HitboxType": "Plant_Large",
"VariantRotation": "UpDown",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Leaves"
}
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#b8a25f",
"TextureComputedColor": "#827040"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.73,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"SubType": [
"Roots"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}