Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Furniture / Village / Furniture_Village_Painting_1x1.json

Furniture_Village_Painting_1x1

Server/Item/Items/Furniture/Village/Furniture_Village_Painting_1x1.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Painting_1x1.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Painting_1x1.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Painting.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Painting_Texture.png"
      }
    ],
    "CustomModelScale": 1,
    "HitboxType": "Painting",
    "VariantRotation": "NESW",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#5b3222",
    "TextureComputedColor": "#7B603D"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.68,
    "Translation": [
      8.5,
      -19.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}