Plant_Grass_Wet_Tall
Server/Item/Items/Plant/Grass/Plant_Grass_Wet_Tall.json, 437 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Wet_Tall.name"
},
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Dense_Tall_4Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Wet_Tall.png",
"Weight": 1
}
],
"Tint": [
"#4aa17a"
]
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Wet_Tall.png"
}