Plant_Grass_Rocky_Short
Server/Item/Items/Plant/Grass/Plant_Grass_Rocky_Short.json, 489 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Rocky_Short.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Rocky_Short.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Cross_10px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_10px_Textures/Rocky.png",
"Weight": 1
}
],
"HitboxType": "Plant_Small",
"Tint": [
"#dcb86d"
]
}
}