Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Furniture / Village / Furniture_Village_Shelf_Full.json

Furniture_Village_Shelf_Full

Server/Item/Items/Furniture/Village/Furniture_Village_Shelf_Full.json, 2.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Shelf_Full.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Shelf_Full.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Hardwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Shelf"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Shelf_Book_default.png"
      }
    ],
    "HitboxType": "Block_Vertical_Half",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "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"
        }
      ]
    },
    "CustomModel": "Blocks/Decorative_Sets/Village/Shelf_Box.blockymodel",
    "ParticleColor": "#5b3222"
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "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"
}