Plant_Vine_Green_Hanging
Server/Item/Items/Plant/Plant_Vine_Green_Hanging.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Green_Hanging.name"
},
"Parent": "Plant_Vine",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/VeryTall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/VeryTall_Textures/Spiral.png",
"Weight": 1
}
],
"Material": "Empty",
"BlockParticleSetId": "Grass",
"RandomRotation": "YawStep1",
"VariantRotation": "UpDown",
"ParticleColor": "#1b8357",
"HitboxType": "Plant_Tall_Large",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"BlockSetId": "Plant_Vines"
}
],
"North": [
{
"FaceType": "Full"
}
]
}
},
"Icon": "Icons/ItemsGenerated/Plane_Vine_Green_Hanging.png",
"IconProperties": {
"Scale": 0.395,
"Translation": [
0,
-29.7
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Vine"
]
}
}