Plant_Fern_Forest
Server/Item/Items/Plant/Grass/Plant_Fern_Forest.json, 712 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fern_Forest.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Fern_Forest.png",
"Parent": "Plant_Fern",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Fern_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Fern_Small_GS.png",
"Weight": 1
}
],
"BiomeTint": 80,
"Tint": [
"#686868"
],
"HitboxType": "Plant_Medium",
"RequiresAlphaBlending": false,
"TextureComputedColor": "#8AB6AC"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}