Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Crude / Furniture_Crude_Chest_Small.json

Furniture_Crude_Chest_Small

Server/Item/Items/Furniture/Crude/Furniture_Crude_Chest_Small.json, 2.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Crude_Chest_Small.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Crude",
  "Icon": "Icons/ItemsGenerated/Furniture_Crude_Chest_Small.png",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Fieldcraft",
        "Type": "Crafting",
        "Categories": [
          "Tools"
        ]
      },
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Survival"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Crude/Chest_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Crude/Chest_Small_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#63412c",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "ChestConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Crude_Chest_Small",
        "Double": "Furniture_Crude_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": "#573A23"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Crude"
    ]
  },
  "IconProperties": {
    "Scale": 0.55,
    "Translation": [
      0,
      -15
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 25
}