Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Deco / Deco_Iron_Bars.json

Deco_Iron_Bars

Server/Item/Items/Deco/Deco_Iron_Bars.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Iron_Bars.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Iron_Bars.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Deco_Iron",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 2,
    "BenchRequirement": [
      {
        "Type": "StructuralCrafting",
        "Id": "Builders",
        "Categories": [
          "Wall"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Tinkering/Iron_Bars.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Tinkering/Iron_Bars_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Fence_Thin",
    "VariantRotation": "Wall",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "State": {
      "Definitions": {
        "T": {
          "CustomModel": "Blocks/Tinkering/Iron_Bars_T.blockymodel",
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Tinkering/Iron_Bars_X.blockymodel"
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "WallConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Deco_Iron_Bars",
        "Corner": "Deco_Iron_Bars_Corner",
        "T_Junction": "*Deco_Iron_Bars_State_Definitions_T",
        "Cross_Junction": "*Deco_Iron_Bars_State_Definitions_Cross"
      }
    },
    "BlockParticleSetId": "Metal",
    "ParticleColor": "#4b4b4b",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "TextureComputedColor": "#555555"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Iron"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}