Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Soil / Gravel / Soil_Gravel_Sand_White.json

Soil_Gravel_Sand_White

Server/Item/Items/Soil/Gravel/Soil_Gravel_Sand_White.json, 675 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
BlockTypeobject

Source

{
  "Parent": "Soil_Gravel",
  "TranslationProperties": {
    "Name": "server.items.Soil_Gravel_Sand_White.name"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Gravel_Sand_White.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Sandstone_White",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Sandstone_Gravel.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "DropList": "Rubble_Sandstone_White"
      }
    },
    "ParticleColor": "#f0cf7a",
    "TransitionTexture": "BlockTextures/Transition_Soil_Sandstone_Gravel.png",
    "TextureComputedColor": "#C8AC64"
  }
}