Plant_Grass_Snowy
Server/Item/Items/Plant/Grass/Plant_Grass_Snowy.json, 561 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Snowy.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Winter_Short_02.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_25px_Grass_Winter.png",
"Weight": 1
}
],
"Tint": [],
"BiomeTint": 50,
"CustomModel": "Blocks/Foliage/Plants/Cross_25px.blockymodel",
"HitboxType": "Plant_Large",
"Effect": [
"WindAttached"
],
"ParticleColor": "#e6f5f6"
}
}