Plant_Flower_Common_Yellow
Server/Item/Items/Plant/Flowers/Plant_Flower_Common_Yellow.json, 840 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Common_Yellow.name"
},
"Parent": "Plant_Flower_Common_White",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"CustomModel": "Blocks/Foliage/Flowers/Flower.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Flower_Textures/Yellow.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"DropList": "Plant_Flower_Yellow_Harvest"
},
"Harvest": {}
},
"ParticleColor": "#dcb12d",
"TextureComputedColor": "#5E741C"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Common_Yellow.png",
"IconProperties": {
"Scale": 0.685,
"Translation": [
0,
-14.3
],
"Rotation": [
0,
103.684998,
18.184999
]
}
}