Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Soil / Gravel / Soil_Gravel_Sand.json

Soil_Gravel_Sand

Server/Item/Items/Soil/Gravel/Soil_Gravel_Sand.json, 636 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
BlockTypeobject

Source

{
  "Parent": "Soil_Gravel",
  "TranslationProperties": {
    "Name": "server.items.Soil_Gravel_Sand.name"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Gravel_Sand.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Sandstone",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Gravel_Sand.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "DropList": "Rubble_Sandstone"
      }
    },
    "ParticleColor": "#c69f4f",
    "TransitionTexture": "BlockTextures/Transition_Gravel_Sand.png",
    "TextureComputedColor": "#C39B48"
  }
}