Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / Village / Unique / Furniture_Village_Bookcase.json

Furniture_Village_Bookcase

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Bookcase.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Bookcase.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Bookcase.png",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Shelf_Book.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Shelf_Book_default.png"
      },
      {
        "Texture": "Blocks/Decorative_Sets/Village/Shelf_Book_02.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": "#493128"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      6,
      -17
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}