Plant_Grass_Poisoned
Server/Item/Items/Plant/Grass/Plant_Grass_Poisoned.json, 501 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Poisoned.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass_Poisoned.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Cross_25px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_25px_Textures/Grassplant_Poisoned_GS.png",
"Weight": 1
}
],
"Tint": [
"#983cc5"
],
"HitboxType": "Plant_Medium"
}
}