Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Rock / Ledge / Rock_Ledge_Brick_Ornate.json

Rock_Ledge_Brick_Ornate

Server/Item/Items/Rock/Ledge/Rock_Ledge_Brick_Ornate.json, 1004 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject
ResourceTypesarray[1]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Ledgestone_Brick_Ornate.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Ledgestone_Brick_Ornate.png",
  "Set": "Rock_Ledgestone_Brick",
  "Parent": "Rock_Ledge_Brick",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Ledge",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Ornate"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Ledgestone_Brick_Ornate.png"
      }
    ],
    "ParticleColor": "#5a5144",
    "TextureComputedColor": "#655D5A"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Rock_Ledge_Brick"
    }
  ]
}