Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Crude / Furniture_Crude_Shelf.json

Furniture_Crude_Shelf

Server/Item/Items/Furniture/Crude/Furniture_Crude_Shelf.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Crude_Shelf.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Crude_Shelf.png",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Lightwood_Softwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Shelf"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Crude/Shelf.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Crude/Shelf_Texture.png"
      }
    ],
    "HitboxType": "Platform_Thin_Half",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#63412c",
    "TextureComputedColor": "#593A26"
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.8,
    "Translation": [
      5.27,
      -29.53
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Crude"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}