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

Soil_Chalk_Gravel

Server/Item/Items/Soil/Gravel/Soil_Chalk_Gravel.json, 1.1 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Recipeobject
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"
  ],
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Rubble_Chalk",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "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
    ]
  }
}