{
  "neoforge:conditions": [
    {
      "type": "neoforge:and",
      "values": [
        {
          "type": "neoforge:mod_loaded",
          "modid": "pneumaticcraft"
        },
        {
          "type": "neoforge:not",
          "value": {
            "type": "neoforge:mod_loaded",
            "modid": "mekanism"
          }
        }
      ]
    }
  ],
  "type": "oritech:refinery",
  "fluidInput": {
    "amount": 1000,
    "fluid": "oritech:still_heavy_oil"
  },
  "fluidOutputs": [
    {
      "amount": 1000,
      "fluid": "pneumaticcraft:diesel"
    },
    {
      "amount": 250,
      "fluid": "oritech:still_naphtha"
    },
    {
      "amount": 250,
      "fluid": "oritech:still_sulfuric_acid"
    }
  ],
  "ingredients": [
    {
      "tag": "minecraft:sand"
    }
  ],
  "results": [],
  "time": 120
}