Plant_Vine_Jungle
Server/Item/Items/Plant/Plant_Vine_Jungle.json, 704 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Jungle.name"
},
"Parent": "Plant_Vine",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Wall_Leaves_Jungle.png",
"Weight": 1
}
],
"Opacity": "Cutout",
"BlockParticleSetId": "Leaves",
"ParticleColor": "#2d5f1f",
"TextureComputedColor": "#2F6021"
},
"Icon": "Icons/ItemsGenerated/Plant_Vines_Jungle.png",
"IconProperties": {
"Scale": 0.545,
"Translation": [
10.3,
-19.7
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Vine"
]
}
}