Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Soil / Clay_Brick / Soil_Clay_Brick_Beam.json

Soil_Clay_Brick_Beam

Server/Item/Items/Soil/Clay_Brick/Soil_Clay_Brick_Beam.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Brick_Beam.name"
  },
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Brick_Beam.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Soil_Clay_Brick",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Clays",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long_Simple_UV.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Stairs/Stairs_Textures/Clay_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Dirt",
    "HitboxType": "Beam",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "Pipe",
    "ParticleColor": "#6c4727",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#624024"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}