Plant_Bush_Hanging
Server/Item/Items/Plant/Bushes/Plant_Bush_Hanging.json, 792 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Hanging.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Hanging_Textures/Hanging_Bush.png",
"Weight": 1
}
],
"Effect": [
"Wind"
],
"CustomModel": "Blocks/Foliage/Leaves/Hanging.blockymodel",
"CustomModelScale": 1.1,
"Opacity": "Cutout",
"BlockParticleSetId": "Leaves_Sharp",
"ParticleColor": "#2c5d3e",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage"
},
"Icon": "Icons/ItemsGenerated/Plant_Bush_Hanging.png",
"IconProperties": {
"Scale": 0.4,
"Translation": [
0.9,
-15.9
],
"Rotation": [
22.5,
56.8,
22.5
]
}
}