Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Soil / Hive / Soil_Hive_Brick_Beam.json

Soil_Hive_Brick_Beam

Server/Item/Items/Soil/Hive/Soil_Hive_Brick_Beam.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Hive_Brick_Beam.name"
  },
  "ItemLevel": 15,
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Soil_Hive",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long_Simple_UV.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Hive_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Beam",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Mud",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "ParticleColor": "#876448",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TextureComputedColor": "#422E25"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Soil_Hive_Brick_Beam.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}