Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Rock / Lime / Rock_Lime_Brick_Decorative.json

Rock_Lime_Brick_Decorative

Server/Item/Items/Rock/Lime/Rock_Lime_Brick_Decorative.json, 1002 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Limestone_Brick_Decorative.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Lime_Brick_Decorative.png",
  "Set": "Rock_Lime",
  "Parent": "Rock_Lime_Brick",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Lime",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Rock_Limestone_Brick_Decorative.png",
        "UpDown": "BlockTextures/Rock_Limestone_Brick_Decorative.png"
      }
    ],
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#C9BE8E"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}