Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Sandstone / Rock_Sandstone.json

Rock_Sandstone

Server/Item/Items/Rock/Sandstone/Rock_Sandstone.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone.png",
  "Set": "Rock_Sandstone",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Sandstone"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Sandstone_Cobble",
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Sandstone_Side.png",
        "UpDown": "BlockTextures/Rock_Sandstone_Top.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#bd8f45",
    "TransitionTexture": "BlockTextures/Transition_Rock_Sandstone.png",
    "TransitionToGroups": [
      "Stone"
    ],
    "TextureComputedColor": "#B78446"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Sandstone"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone"
}