Plant_Grass_Cave_Short
Server/Item/Items/Plant/Grass/Plant_Grass_Cave_Short.json, 823 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Cave_Short.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Cave_Short.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Textures/Cave_Short.png",
"Weight": 1
}
],
"Group": "Plant",
"Effect": [
"WindAttached"
],
"BiomeTintDown": 0,
"BiomeTintNorth": 0,
"BiomeTintEast": 0,
"BiomeTintWest": 0,
"BiomeTintSouth": 0,
"BiomeTintUp": 0,
"Tint": [],
"BiomeTint": 30,
"HitboxType": "Plant_Medium",
"ParticleColor": "#7c3838",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
}
}