Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Furniture / Furniture_Bookshelf_Left.json

Furniture_Bookshelf_Left

Server/Item/Items/Furniture/Furniture_Bookshelf_Left.json, 2.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
ResourceTypesarray[2]
Tagsobject
Variantboolean
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Prototype_Bookshelf_Bottom_Left_Corner.name"
  },
  "Icon": "Icons/ItemsGenerated/Prototype_Bookshelf_Bottom_Left_Corner.png",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Prototype_Bookshelf_Connected_Blocks/Prototype_Bookshelf_Bottom_Left_Corner.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Prototype_Bookshelf_Connected_Blocks/Shelf_Book_Prototype.png"
      },
      {
        "Texture": "Blocks/Decorative_Sets/Village/Prototype_Bookshelf_Connected_Blocks/Shelf_Book_Prototype_Texture_2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Decorative_Sets/Village/Prototype_Bookshelf_Connected_Blocks/Shelf_Book_Prototype_Texture_3.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Block_Vertical_Half",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "MaxSupportDistance": 8,
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Shelf",
          "Support": "Ignored"
        },
        {
          "FaceType": "Shelf",
          "SelfFaceType": "Shelf"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Shelf",
          "Support": "Ignored"
        },
        {
          "FaceType": "Shelf",
          "SelfFaceType": "Shelf"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Shelf"
        }
      ]
    },
    "ParticleColor": "#684127",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#472C22"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.6,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      6.0,
      -17.0
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Variant": true,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}