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

Soil_Gravel

Server/Item/Items/Soil/Gravel/Soil_Gravel.json, 1.6 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Gravel.name"
  },
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Soil_Gravel.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Rubble_Stone",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Gravel",
    "Flags": {},
    "Gathering": {
      "Tools": [
        {
          "Type": "Pickaxe",
          "DropList": "Soil_Gravel_Pickaxe"
        }
      ],
      "Breaking": {
        "GatherType": "Soils",
        "DropList": "Soil_Gravel"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Gravel.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full",
          "Rotate": false
        }
      ]
    },
    "ParticleColor": "#847e57",
    "BlockSoundSetId": "Gravel",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Gravel.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt",
      "Sand",
      "Sand_White",
      "Dirt_Dark",
      "Gravel"
    ],
    "TextureComputedColor": "#736F4C"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Gravel"
}