Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Plant / Leaves / Plant_Leaves_Palm_Oasis.json

Plant_Leaves_Palm_Oasis

Server/Item/Items/Plant/Leaves/Plant_Leaves_Palm_Oasis.json, 798 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Palm_Oasis.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Palm_Giant_Leaves_Green.png",
  "Parent": "Plant_Leaves_Oak",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Plants/Palm_Giant.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Palm_Giant_Dark.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Tree_Leaves_Palm"
      },
      "Physics": {
        "DropList": "Tree_Leaves_Physics_Palm"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "RandomRotation": "YawStep1",
    "ParticleColor": "#206509",
    "TextureComputedColor": "#39581A"
  }
}