Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / Village / Unique / Furniture_Village_Counter.json

Furniture_Village_Counter

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Counter.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Counter.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Counter.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Hardwood_Planks",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Misc",
        "Categories": [
          "Furniture_Storage"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Counter.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Counter_Texture.png"
      }
    ],
    "Group": "Wood",
    "HitboxType": "Desk",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#5b3525",
    "TextureComputedColor": "#49291D"
  },
  "PlayerAnimationsId": "Block",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "IconProperties": {
    "Scale": 0.4,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      13.0,
      -10.0
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}