Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White.json

Rock_Sandstone_White

Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_White.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_White.png",
  "Set": "Rock_Sandstone_White",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Sandstone_White"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Sandstone_White_Cobble",
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Sandstone_White_Side.png",
        "UpDown": "BlockTextures/Rock_Sandstone_White_Top.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#beb86b",
    "TransitionTexture": "BlockTextures/Transition_Rock_Sandstone_White.png",
    "TransitionToGroups": [
      "Stone"
    ],
    "TextureComputedColor": "#D5AE6C"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Sandstone_White"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone"
    ]
  },
  "Parent": "Rock_Stone"
}