Plant_Grass_Sharp
Server/Item/Items/Plant/Grass/Plant_Grass_Sharp.json, 484 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Grass_Sharp.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Grass.png",
"Parent": "Plant_Grass_Lush",
"BlockType": {
"CustomModel": "Blocks/Foliage/Grass/Dense_Small_3Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Dense_Small_4Rows_Textures/default.png",
"Weight": 1
}
],
"Tint": [
"#67b62d"
],
"HitboxType": "Block_Half"
}
}