Plant_Roots_Cave
Server/Item/Items/Plant/Plant_Roots_Cave.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Roots_Cave.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Roots_Cave.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/HangingRoots.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave.png",
"Weight": 2
},
{
"Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave_02.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave_03.png",
"Weight": 1
}
],
"VariantRotation": "UpDownNESW",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Fiber"
}
},
"Material": "Empty",
"BlockParticleSetId": "Leaves_Branches",
"MovementSettings": {
"IsClimbable": true
},
"Support": {
"Up": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#b8a25f"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"IconProperties": {
"Scale": 0.465,
"Rotation": [
16,
357,
354
],
"Translation": [
1,
-27
]
},
"Tags": {
"Type": [
"Plant"
],
"SubType": [
"Roots"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}