Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Basalt / Rock_Basalt_Brick_Decorative.json

Rock_Basalt_Brick_Decorative

Server/Item/Items/Rock/Basalt/Rock_Basalt_Brick_Decorative.json, 1018 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Brick_Decorative.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Brick_Decorative.png",
  "Set": "Rock_Basalt",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Basalt"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Basalt_Brick_Decorative.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#5a5144",
    "TextureComputedColor": "#413E2A"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Basalt_Brick",
  "ResourceTypes": [
    {
      "Id": "Rock_Basalt_Brick"
    }
  ]
}