Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Brick_Smooth.json

Rock_Sandstone_White_Brick_Smooth

Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Brick_Smooth.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_White_Brick_Smooth.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Brick_Smooth.png",
  "Set": "Rock_Sandstone_White",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Sandstone_White"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Smooth"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Sandstone_Brick_Smooth_White.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#e6c367",
    "TextureComputedColor": "#DFBF79"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone_White"
    ]
  },
  "Parent": "Rock_Sandstone_White_Brick",
  "ResourceTypes": [
    {
      "Id": "Rock_Sandstone_White_Brick"
    }
  ]
}