Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Metal / Copper / Metal_Copper_Roof_Flat.json

Metal_Copper_Roof_Flat

Server/Item/Items/Metal/Copper/Metal_Copper_Roof_Flat.json, 1.1 KB

Fields

FieldType
Parentstring
ItemSoundSetIdstring
Recipenull
ResourceTypesarray[0]
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
IconPropertiesobject
Tagsobject
BlockTypeobject

Source

{
  "Parent": "Rock_Stone_Brick_Roof_Flat",
  "ItemSoundSetId": "ISS_Items_Metal",
  "Recipe": null,
  "ResourceTypes": [],
  "TranslationProperties": {
    "Name": "server.items.Metal_Copper_Roof_Flat.name"
  },
  "Icon": "Icons/ItemsGenerated/Metal_Copper_Roof_Flat.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Copper",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      -1.1,
      -4.1
    ]
  },
  "Tags": {
    "Type": [
      "Metal"
    ],
    "SubType": [
      "Roof"
    ],
    "Family": [
      "Copper"
    ]
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Flat.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Metal_Roofs/Metal_Copper.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "UpDownNESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#de6e37",
    "TextureComputedColor": "#C76D36"
  }
}