Plant_Grass_Jungle
Server/Item/Items/Plant/Grass/Plant_Grass_Jungle.json, 524 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Jungle.name"
},
"Parent": "Plant_Grass_Lush",
"Icon": "Icons/ItemsGenerated/Plant_Grass_Jungle.png",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Dense_Small_4Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Dense_Small_4Rows_Textures/Jungle.png",
"Weight": 1
}
],
"HitboxType": "Plant_Large",
"Tint": [
"#5ca12d"
],
"ParticleColor": "#cdcdcd"
}
}