Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Metal / Iron / Metal_Iron_Smooth_Half.json

Metal_Iron_Smooth_Half

Server/Item/Items/Metal/Iron/Metal_Iron_Smooth_Half.json, 2.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
Interactionsobject
BlockTypeobject
Tagsobject
Parentstring
ItemSoundSetIdstring
Recipenull
ResourceTypesarray[0]
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Iron_Smooth_Half.name"
  },
  "Icon": "Icons/ItemsGenerated/Metal_Iron_Smooth_Half.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Iron",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Metal_Iron_Smooth_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },"BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Metal_Iron_Smooth.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "RandomRotation": "None",
    "BlockParticleSetId": "Metal",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Metal_Iron_Smooth.png",
              "Weight": 1
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Metal_Iron_Smooth_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "ParticleColor": "#87928e"
  },
  "Tags": {
    "Type": [
      "Metal"
    ],
    "Family": [
      "Iron"
    ]
  },
  "Parent": "Rock_Gold_Brick_Smooth_Half",
  "ItemSoundSetId": "ISS_Items_Metal",
  "Recipe": null,
  "ResourceTypes": [],
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}