Plant_Bush_Crystal
Server/Item/Items/Plant/Bushes/Plant_Bush_Crystal.json, 625 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
ResourceTypes | array[1] |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Crystal.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Crystal_Red.png",
"Weight": 1
}
],
"BlockParticleSetId": "Crystal",
"ParticleColor": "#fc7f50"
},
"ResourceTypes": [
{
"Id": "Plant_Red"
}
],
"Icon": "Icons/ItemsGenerated/Plant_Bush_Crystal.png",
"IconProperties": {
"Scale": 0.4,
"Translation": [
2.5,
-24.9
],
"Rotation": [
22.5,
45,
22.5
]
}
}