Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Rock / Bedrock / Rock_Bedrock.json

Rock_Bedrock

Server/Item/Items/Rock/Bedrock/Rock_Bedrock.json, 715 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
PlayerAnimationsIdstring
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Bedrock.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Bedrock.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Bedrock",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Bedrock.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#1a1026",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#1C142B"
  },
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}