Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Lumberjack / Furniture_Lumberjack_Shelf.json

Furniture_Lumberjack_Shelf

Server/Item/Items/Furniture/Lumberjack/Furniture_Lumberjack_Shelf.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Lumberjack_Shelf.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Set": "Furniture_Lumberjack",
  "Icon": "Icons/ItemsGenerated/Furniture_Lumberjack_Shelf.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.7,
    "Translation": [
      6,
      -30
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Redwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Shelf"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Lumberjack/Shelf.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Lumberjack/Shelf_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Platform_Half",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#793e21",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "TextureComputedColor": "#6C381D"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Lumberjack"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}