Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Ore / Silver / Ore_Silver_Slate.json

Ore_Silver_Slate

Server/Item/Items/Ore/Silver/Ore_Silver_Slate.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
SubCategorystring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
Iconstring
MaxStacknumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Silver_Slate.name"
  },
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Ore",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "CubeWithModel",
    "CustomModel": "Resources/Ores/Ore_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ores/Ore_Textures/Silver.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "RandomRotation": "YawStep90",
    "Gathering": {
      "Breaking": {
        "GatherType": "OreSilver",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Silver"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Rock_Slate_Cobble"
                }
              }
            ]
          }
        }
      }
    },
    "BlockParticleSetId": "Ore",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Slate.png"
      }
    ],
    "ParticleColor": "#8f9ab1",
    "BlockSoundSetId": "Ore"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Ore"
    ],
    "Family": [
      "Gold"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ore_Silver_Slate.png",
  "MaxStack": 25,
  "ItemSoundSetId": "ISS_Blocks_Stone"
}