Plant_Bush_Jungle
Server/Item/Items/Plant/Bushes/Plant_Bush_Jungle.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Jungle.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Jungle_Green.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"TagId": "Type=Soil",
"FaceType": "Full"
},
{
"FaceType": "Bushes"
},
{
"TagId": "SubType=Tilled",
"Support": "Disallowed"
},
{
"TagId": "Type=Trunk"
},
{
"TagId": "Type=Branch"
}
],
"BlockSides": [
{
"TagId": "Type=Trunk"
},
{
"TagId": "Type=Branch"
},
{
"FaceType": "Bushes"
}
]
},
"BlockParticleSetId": "Leaves_Sharp",
"ParticleColor": "#4f892c",
"BlockSoundSetId": "Fern",
"PhysicalMaterialId": "Foliage",
"TextureComputedColor": "#406C22"
},
"Icon": "Icons/ItemsGenerated/Plant_Bush_Jungle.png",
"IconProperties": {
"Scale": 0.35,
"Translation": [
9.6,
-27
],
"Rotation": [
0,
60.75,
13.5
]
}
}