Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Deco / Deco_Iron_Bars_Corner.json

Deco_Iron_Bars_Corner

Server/Item/Items/Deco/Deco_Iron_Bars_Corner.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Parentstring
Setstring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring
Variantboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Iron_Bars_Corner.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Iron_Bars_Corner.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Parent": "Deco_Iron_Bars",
  "Set": "Deco_Iron",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Tinkering/Iron_Bars_Corner.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Tinkering/Iron_Bars_Texture.png"
      }
    ],
    "HitboxType": "Fence_Corner_Thin",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Deco_Iron_Bars"
      }
    },
    "BlockParticleSetId": "Metal",
    "ParticleColor": "#4b4b4b",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "FlipType": "Orthogonal"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Iron"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal",
  "Variant": true
}