Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Metal / Zinc / Metal_Zinc_Pipe_Chimney.json

Metal_Zinc_Pipe_Chimney

Server/Item/Items/Metal/Zinc/Metal_Zinc_Pipe_Chimney.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Qualitystring
MaxStacknumber
Iconstring
Categoriesarray[1]
Setstring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Zinc_Pipe_Chimney.name"
  },
  "ItemLevel": 10,
  "Quality": "Common",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Metal_Zinc_Pipe_Chimney.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Zinc",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Metal_Zinc.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#368d79",
    "Material": "Solid",
    "HitboxType": "Branch",
    "CustomModel": "Blocks/Structures/Tubes/Chimney.blockymodel",
    "Group": "Metal",
    "DrawType": "Model",
    "VariantRotation": "UpDownNESW",
    "IgnoreSupportWhenPlaced": true
  },
  "Tags": {
    "Family": [
      "Zinc"
    ],
    "Type": [
      "Metal"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}