Plant_Grass_Dry
Server/Item/Items/Plant/Grass/Plant_Grass_Dry.json, 528 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Dry.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Dry.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Tall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Tall_Textures/Dry.png",
"Weight": 1
}
],
"Tint": [
"#e4c945"
],
"HitboxType": "Plant_Full",
"ParticleColor": "#e1cdc4",
"TextureComputedColor": "#E2CFC6"
}
}