Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / InConstruction / Furniture_Construction_Sign.json

Furniture_Construction_Sign

Server/Item/Items/Furniture/InConstruction/Furniture_Construction_Sign.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Iconstring
IconPropertiesobject
BlockTypeobject
Tagsobject
Scalenumber
ItemSoundSetIdstring
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_InConstruction_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Blocks.Deco"
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_InConstruction_Sign.png",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      22.5,
      49,
      22.5
    ],
    "Translation": [
      0,
      -22
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Hypixel/In_Construction/Construction_Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Hypixel/In_Construction/Construction_Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Plant_Tall_Medium",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#3a2014",
    "TextureComputedColor": "#7D500F"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Quality": "Technical"
}