Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Furniture / Village / Furniture_Village_Table.json

Furniture_Village_Table

Server/Item/Items/Furniture/Village/Furniture_Village_Table.json, 1.8 KB

Fields

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

Source

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