Plant_Fern_Tall
Server/Item/Items/Plant/Grass/Plant_Fern_Tall.json, 518 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fern_Tall.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Fern_Tall.png",
"Parent": "Plant_Fern",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Fern.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Fern_Texture.png",
"Weight": 1
}
],
"Tint": [],
"BiomeTint": 30,
"HitboxType": "Plant_Large",
"ParticleColor": "#318024",
"TextureComputedColor": "#36752A"
}
}