Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Furniture / Lumberjack / Furniture_Lumberjack_Chest_Small.json

Furniture_Lumberjack_Chest_Small

Server/Item/Items/Furniture/Lumberjack/Furniture_Lumberjack_Chest_Small.json, 2.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Lumberjack_Chest_Small.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Lumberjack",
  "Icon": "Icons/ItemsGenerated/Furniture_Lumberjack_Chest_Small.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.55,
    "Translation": [
      0,
      -15
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Lumberjack/SmallChest.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Lumberjack/SmallChest_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#793e21",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "ChestConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Lumberjack_Chest_Small",
        "Double": "Furniture_Lumberjack_Chest_Large"
      }
    },
    "State": {
      "Definitions": {
        "CloseWindow": {
          "InteractionSoundEventId": "SFX_Chest_Wooden_Close",
          "CustomModelAnimation": "Blocks/Animations/Chest/Chest_Close.blockyanim"
        },
        "OpenWindow": {
          "InteractionSoundEventId": "SFX_Chest_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Chest/Chest_Open.blockyanim"
        }
      }
    },
    "BlockEntity": {
      "Components": {
        "ItemContainerBlock": {
          "Capacity": 18
        }
      }
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "InteractionHint": "server.interactionHints.openDoor",
    "Interactions": {
      "Use": "Open_Container"
    },
    "TextureComputedColor": "#462111"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Lumberjack"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Redwood_Planks",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Storage"
        ]
      }
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "ItemLevel": 4,
  "MaxStack": 25
}