Plant_Bush_Winter
Server/Item/Items/Plant/Bushes/Plant_Bush_Winter.json, 606 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Winter.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Winter_Frozen.png",
"Weight": 1
}
],
"Group": "Plant",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#5a616a"
},
"Icon": "Icons/ItemsGenerated/Plant_Shrub_Frozen.png"
}