Plant_Flower_Tall_Yellow
Server/Item/Items/Plant/Flowers/Plant_Flower_Tall_Yellow.json, 838 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Tall_Yellow.name"
},
"Parent": "Plant_Flower_Common_White",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Flowers/Sunflower.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Sunflower_Texture.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"DropList": "Plant_Sunflower"
},
"Harvest": {}
},
"ParticleColor": "#f7bc0a",
"TextureComputedColor": "#34621F"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Tall_Yellow.png",
"IconProperties": {
"Scale": 0.7,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
1,
-17
]
}
}