Plant_Fern_Giant
Server/Item/Items/Plant/Grass/Plant_Fern_Giant.json, 705 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Scale | number |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fern_Giant.name"
},
"Parent": "Plant_Fern",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Fern_Giant_Wet.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Fern_Giant_Texture.png",
"Weight": 1
}
],
"Tint": [
"#686868"
],
"BiomeTint": 80,
"Material": "Solid",
"HitboxType": "Beam",
"ParticleColor": "#4fa890"
},
"Icon": "Icons/ItemsGenerated/Plant_Fern_Giant.png",
"Scale": 0.65,
"IconProperties": {
"Scale": 0.28,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
7,
-34
]
}
}