Plant_Fern_Jungle_Trunk
Server/Item/Items/Plant/Grass/Plant_Fern_Jungle_Trunk.json, 530 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fern_Jungle_Trunk.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Fern_Jungle_Trunk.png",
"Parent": "Wood_Oak_Trunk",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Fern_Giant_Trunk.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Fern_Giant_Trunk_Texture.png",
"Weight": 1
}
],
"Material": "Solid",
"HitboxType": "Beam",
"ParticleColor": "#362c1b"
}
}