Plant_Grass_Arid_Tall
Server/Item/Items/Plant/Grass/Plant_Grass_Arid_Tall.json, 593 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Arid_Tall.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Savannah_Bushy.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Savannah.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Savannah_Texture.png",
"Weight": 1
}
],
"Tint": [
"#e4c945"
],
"Effect": [
"WindAttached"
],
"ParticleColor": "#eedccf",
"HitboxType": "Plant_Large",
"TextureComputedColor": "#F1E1D5"
}
}