Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rock / Lime / Rock_Lime_Cobble.json

Rock_Lime_Cobble

Server/Item/Items/Rock/Lime/Rock_Lime_Cobble.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
BlockTypeobject
IconPropertiesobject
ResourceTypesarray[2]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Limestone_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Lime_Cobble.png",
  "Set": "Rock_Lime",
  "Parent": "Rock_Stone_Cobble",
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Limestone_Cobble.png"
      },
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Limestone_Cobble02.png"
      },
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Limestone_Cobble03.png"
      },
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Limestone_Cobble04.png"
      }
    ],
    "ParticleColor": "#dccd97",
    "TransitionToGroups": [
      "Dirt",
      "Stone"
    ],
    "ConnectedBlockRuleSet": null,
    "TransitionTexture": "BlockTextures/Transition_Rock_Limestone_Cobble.png",
    "TextureComputedColor": "#B3A67F"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Lime"
    }
  ]
}