Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Plant / Grass / Plant_Fern_Jungle.json

Plant_Fern_Jungle

Server/Item/Items/Plant/Grass/Plant_Fern_Jungle.json, 758 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Fern_Jungle.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Fern_Jungle.png",
  "Parent": "Plant_Fern",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Plants/Fern_Giant.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Fern_Giant_Jungle.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "TagId": "Type=Trunk"
        },
        {
          "TagId": "Type=Branch"
        }
      ]
    },
    "Tint": [],
    "BiomeTint": 0,
    "Material": "Solid",
    "HitboxType": "Beam",
    "ParticleColor": "#186808",
    "TextureComputedColor": "#325C20"
  }
}