{
  "type": "enderio:sag_milling",
  "energy": 2400,
  "input": {
    "tag": "c:ores/redstone"
  },
  "outputs": [
    {
      "item": {
        "count": 8,
        "id": "minecraft:redstone"
      }
    },
    {
      "chance": 0.2,
      "item": {
        "count": 1,
        "id": "minecraft:redstone"
      }
    },
    {
      "chance": 0.8,
      "item": {
        "count": 1,
        "id": "refinedstorage:silicon"
      }
    },
    {
      "chance": 0.15,
      "item": {
        "count": 1,
        "id": "minecraft:cobblestone"
      }
    }
  ]
}