{
  "type": "create:splashing",
  "ingredients": [
    {
      "item": "minecraft:gravel"
    }
  ],
  "processingTime": 1200,
  "results": [
    {
      "item": "minecraft:sand",
      "chance": 0.50
    },
    {
      "item": "tfc:rock/loose/andesite",
      "chance": 0.20
    },
    {
      "item": "minecraft:flint",
      "chance": 0.05
    },
    {
      "item": "minecraft:bone",
      "chance": 0.05
    },
    {
      "item": "tfc:ore/small_sphalerite",
      "chance": 0.01
    },
    {
      "item": "tfc:ore/small_native_gold",
      "chance": 0.005
    },
    {
      "item": "tfc:ore/small_native_copper",
      "chance": 0.02
    }
  ]
}