Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Plant / Leaves / Plant_Leaves_Birch.json

Plant_Leaves_Birch

Server/Item/Items/Plant/Leaves/Plant_Leaves_Birch.json, 469 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Birch.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Birch_Leaves.png",
  "Parent": "Plant_Leaves_Oak",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Leaves/Ball_Textures/Birch.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#b8d526",
    "TextureComputedColor": "#93A91C"
  }
}