Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Temple_Emerald / Unique / Furniture_Temple_Emerald_Table.json

Furniture_Temple_Emerald_Table

Server/Item/Items/Furniture/Temple_Emerald/Unique/Furniture_Temple_Emerald_Table.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Emerald_Table.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Kweebec",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.32,
    "Translation": [
      -22,
      -20
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Quartzite",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Table"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Table.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Emerald/Table_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Group": "Wood",
    "HitboxType": "Table",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#8c875d",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {},
        {
          "Filler": [
            {
              "X": 0,
              "Y": 0,
              "Z": 0
            }
          ]
        }
      ]
    },
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#847446"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Table.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}