Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Leaves / Plant_Leaves_Maple.json

Plant_Leaves_Maple

Server/Item/Items/Plant/Leaves/Plant_Leaves_Maple.json, 476 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Maple.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Maple_Leaves.png",
  "Parent": "Plant_Leaves_Oak",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Leaves/Ball_Textures/CrimsonMaple.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#9f3232",
    "TextureComputedColor": "#86312B"
  }
}