Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Rock / Stone / Rock_Stone_Cobble_Corner.json

Rock_Stone_Cobble_Corner

Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Corner.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Setstring
BlockTypeobject
ResourceTypesarray[1]
Tagsobject
ItemSoundSetIdstring
Variantboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Cobble_Corner.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Cobble.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Stone_Cobble"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "West": "BlockTextures/Rock_Stone_Cobble_Corner.png",
        "South": "BlockTextures/Rock_Stone_Cobble_Corner_Flip.png",
        "UpDown": "BlockTextures/Rock_Stone_Cobble_Top.png",
        "North": "BlockTextures/Rock_Stone_Cobble_Side.png",
        "East": "BlockTextures/Rock_Stone_Cobble_Side.png",
        "Weight": 70
      }
    ],
    "ParticleColor": "#615d44",
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#6C6649"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Variant": true
}