Plant_Bush_Dead_Tall
Server/Item/Items/Plant/Bushes/Plant_Bush_Dead_Tall.json, 823 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Dead_Tall.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Shrub.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Shrub_Winter.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Large",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Bush",
"ParticleColor": "#423832"
},
"Icon": "Icons/ItemsGenerated/Plant_Shrub.png",
"IconProperties": {
"Scale": 0.52,
"Translation": [
0,
-21.9
],
"Rotation": [
22.5,
45,
22.5
]
}
}