{
  "neoforge:conditions": [
    {
      "type": "neoforge:never"
    }
  ],
  "type": "enderio:sag_milling",
  "energy": 2400,
  "input": "#c:raw_materials/tin",
  "outputs": [
    {
      "item": {
        "count": 1,
        "tag": "c:dusts/tin"
      }
    },
    {
      "chance": 0.8,
      "item": {
        "count": 1,
        "tag": "c:dusts/tin"
      }
    },
    {
      "chance": 0.2,
      "item": {
        "count": 1,
        "tag": "c:dusts/copper"
      }
    }
  ]
}