Plant_Flower_Common_Lime
Server/Item/Items/Plant/Flowers/Plant_Flower_Common_Lime.json, 739 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Common_Lime.name"
},
"Parent": "Plant_Flower_Common_White",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"CustomModel": "Blocks/Foliage/Flowers/JungleFlower.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/JungleFlower_Texture.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"DropList": "Plant_Flower_Green_Harvest"
},
"Harvest": {}
},
"BlockParticleSetId": "Grass",
"ParticleColor": "#7ecc4b",
"HitboxType": "Plant_Small",
"TextureComputedColor": "#ACDC7A"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Jungle.png"
}