Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Deco / Deco_Iron_Chains.json

Deco_Iron_Chains

Server/Item/Items/Deco/Deco_Iron_Chains.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Iron_Chains.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Iron_Chains.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Deco_Iron",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "StructuralCrafting",
        "Id": "Builders"
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Blocks/Tinkering/Iron_Chains_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Tinkering/Iron_Chains_Large_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Chain_Diagonal",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "ParticleColor": "#4b4b4b",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "TextureComputedColor": "#404040"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Iron"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}