Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Jungle / Unique / Furniture_Jungle_Bookshelf.json

Furniture_Jungle_Bookshelf

Server/Item/Items/Furniture/Jungle/Unique/Furniture_Jungle_Bookshelf.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Jungle_Bookshelf.name"
  },
  "Categories": [
    "Furniture.Shelves"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Jungle/Bookshelf.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Jungle/Bookshelf_Texture.png"
      }
    ],
    "HitboxType": "Block_Vertical_Seven_Eighth",
    "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": "Full"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#684127",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#93A358"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.55,
    "Translation": [
      1.2,
      -15
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Set": "Jungle",
  "Icon": "Icons/ItemsGenerated/Furniture_Jungle_Bookshelf.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}