Plant_Petals_Yellow
Server/Item/Items/Plant/Petals/Plant_Petals_Yellow.json, 628 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Petals_Yellow.name",
"Description": "server.items.Plant_Petals_Yellow.description"
},
"Parent": "Plant_Petals_White",
"Icon": "Icons/ItemsGenerated/Plant_Petals_Yellow.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
2,
-1
]
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Petal_Textures/Yellow.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {}
},
"ParticleColor": "#eede29"
}
}