Plant_Vine_Hanging
Server/Item/Items/Plant/Plant_Vine_Hanging.json, 770 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Hanging.name"
},
"Parent": "Plant_Vine",
"BlockType": {
"CustomModel": "Blocks/Foliage/Tree/Roots.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Roots_Textures/Hanging_Lianas.png",
"Weight": 1
}
],
"Material": "Empty",
"HitboxType": "Full",
"BlockParticleSetId": "Grass",
"TextureComputedColor": "#1A5025"
},
"Icon": "Icons/ItemsGenerated/Plant_Vines_Liana_Hanging.png",
"IconProperties": {
"Scale": 0.395,
"Translation": [
0,
-2.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Vine"
]
}
}