Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Soil / Gravel / Soil_Pebbles.json

Soil_Pebbles

Server/Item/Items/Soil/Gravel/Soil_Pebbles.json, 821 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
Recipeobject
Categoriesarray[1]
Setstring
BlockTypeobject

Source

{
  "Parent": "Soil_Gravel",
  "TranslationProperties": {
    "Name": "server.items.Soil_Pebbles.name"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Pebbles.png",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Rubble_Marble",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Stone",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Pebbles.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#cbc4a7",
    "TransitionTexture": "BlockTextures/Transition_Soil_Pebbles.png",
    "TextureComputedColor": "#A7A28C"
  }
}