Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Ore / Copper / Ore_Copper_Sandstone.json

Ore_Copper_Sandstone

Server/Item/Items/Ore/Copper/Ore_Copper_Sandstone.json, 996 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Copper_Sandstone.name"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Copper_Sandstone.png",
  "Parent": "Ore_Copper_Stone",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "OreCopper",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Copper"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Rock_Sandstone_Cobble"
                }
              }
            ]
          }
        }
      }
    },
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Rock_Sandstone_Side.png",
        "UpDown": "BlockTextures/Rock_Sandstone_Top.png"
      }
    ],
    "ParticleColor": "#ffa04a",
    "TextureComputedColor": "#B78446"
  }
}