Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Plant / Leaves / Plant_Leaves_Oak.json

Plant_Leaves_Oak

Server/Item/Items/Plant/Leaves/Plant_Leaves_Oak.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Iconstring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Oak.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Icon": "Icons/ItemsGenerated/Plant_Oak_Leaves.png",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Leaves/Ball_Textures/Oak.png",
        "Weight": 1
      }
    ],
    "Opacity": "Cutout",
    "Group": "Leaves",
    "Effect": [
      "Wind"
    ],
    "Flags": {},
    "RandomRotation": "YawPitchRollStep1",
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Tree_Leaves"
      },
      "Physics": {
        "DropList": "Tree_Leaves_Physics"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "BlockParticleSetId": "Leaves",
    "ParticleColor": "#4b8519",
    "MaxSupportDistance": 4,
    "Support": {
      "BlockSides": [
        {
          "Support": "Ignored",
          "TagId": "Family=Leaves"
        },
        {
          "TagId": "Type=Trunk"
        },
        {
          "TagId": "Type=Branch"
        },
        {
          "FaceType": "Branch"
        }
      ]
    },
    "BlockSoundSetId": "Leaves",
    "PhysicalMaterialId": "Foliage",
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#386917"
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Leaves"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}