Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Deco / Deco_Lever.json

Deco_Lever

Server/Item/Items/Deco/Deco_Lever.json, 924 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Lever.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Lever.png",
  "Categories": [
    "Blocks.Deco",
    "Blocks.Deco"
  ],
  "Interactions": {
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Tinkering/Lever.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Tinkering/Lever_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Large",
    "VariantRotation": "NESW",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Grass",
    "TextureComputedColor": "#4F4D41"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}