Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Soil / Gravel / Soil_Chalk_Gravel.json

Soil_Chalk_Gravel

Server/Item/Items/Soil/Gravel/Soil_Chalk_Gravel.json, 792 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
BlockTypeobject
IconPropertiesobject

Source

{
  "Parent": "Soil_Gravel",
  "TranslationProperties": {
    "Name": "server.items.Soil_Chalk_Gravel.name"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Chalk_Gravel.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Chalk",
  "BlockType": {
    "ParticleColor": "#d8d4c9",
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "DropList": "Rubble_Chalk"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Soil_Chalk_Gravel.png",
        "Weight": 1
      }
    ],
    "TransitionTexture": "BlockTextures/Transition_Soil_Chalk_Gravel.png",
    "TextureComputedColor": "#C7C2B5"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}