Plant_Flower_Common_Violet
Server/Item/Items/Plant/Flowers/Plant_Flower_Common_Violet.json, 910 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Common_Violet.name"
},
"Parent": "Plant_Flower_Common_White",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"CustomModel": "Blocks/Foliage/Plants/Cross_25px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_25px_Textures/Flower_Violet.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"DropList": "Plant_Flower_Purple_Harvest"
},
"Harvest": {}
},
"BlockParticleSetId": "Flower",
"ParticleColor": "#675fab",
"CustomModelScale": 0.8,
"TextureComputedColor": "#495C71"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Common_Violet.png",
"IconProperties": {
"Scale": 1.12,
"Translation": [
-0.5,
-10.7
],
"Rotation": [
22.5,
45,
22.5
]
}
}