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

Soil_Hive_Brick_Fence

Server/Item/Items/Soil/Hive/Soil_Hive_Brick_Fence.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Hive_Brick_Fence.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": "Semitransparent",
    "CustomModel": "Blocks/Structures/Fences/Hive_Brick_Fence.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Fences/Hive_Brick_Fence_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Fence_Thin",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Mud",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Fence"
        }
      ],
      "Up": [
        {
          "FaceType": "Fence"
        }
      ]
    },
    "ParticleColor": "#876448",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TextureComputedColor": "#4C3E2D"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.8,
    "Translation": [
      0,
      -13.5
    ]
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Hardwood"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Soil_Hive_Brick_Fence.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}