Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Deco / Deco_Iron_Bars_Platforms.json

Deco_Iron_Bars_Platforms

Server/Item/Items/Deco/Deco_Iron_Bars_Platforms.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Iron_Bars_Platforms.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Set": "Furniture_Ancient",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.635,
    "Translation": [
      0.6,
      -24.6
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 2,
    "BenchRequirement": [
      {
        "Type": "StructuralCrafting",
        "Id": "Builders",
        "Categories": [
          "Platform"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Metal",
    "CustomModel": "Blocks/Tinkering/Iron_Bars_Platform.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Tinkering/Iron_Bars_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Platform",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#5d5d5d",
    "VariantRotation": "Wall",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "TextureComputedColor": "#555555"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Iron_Bars_Platforms.png",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Iron"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}