Plant_Grass_Lush_Tall
Server/Item/Items/Plant/Grass/Plant_Grass_Lush_Tall.json, 519 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Lush_Tall.name"
},
"Parent": "Plant_Grass_Lush",
"Icon": "Icons/ItemsGenerated/Plant_Grass_Bushy.png",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Bushy.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Bushy_Grassplant_Lush_Tall_GS.png",
"Weight": 1
}
],
"HitboxType": "Plant_Medium",
"Tint": [
"#297430"
],
"TextureComputedColor": "#DBDBDB"
}
}