Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

`brine` and `lithium` via the immersive petroleum `distilation tower`

Quezler opened this issue · 1 comments

commented

Describe your suggestion

Currently the pnc refinery can turn water into brine and steam, and brine into liquid lithium and steam, as well as process oil into several other products:

Screen Shot 2022-05-06 at 13 06 05

It would be neat if the distillation tower (gated after the heavy machinery schematics) could also process water and brine, instead of only oil into the 3 immersive petroleum products. (i mean, it does the same as the pnc minus the brine)

I have dug up the recipe format in case this gets accepted:

  "immersivepetroleum:distillation/oilcracking": {
    "type": "immersivepetroleum:distillation",
    "byproducts": [
      {
        "item": "emendatusenigmatica:bitumen_gem"
      }
    ],
    "results": [
      {
        "fluid": "immersivepetroleum:lubricant",
        "amount": 9
      },
      {
        "fluid": "immersivepetroleum:diesel_sulfur",
        "amount": 14
      },
      {
        "fluid": "immersivepetroleum:gasoline",
        "amount": 39
      }
    ],
    "input": {
      "tag": "forge:crude_oil",
      "amount": 75
    },
    "time": 1,
    "energy": 2048,
    "id": "oilcracking"
  },

Why would you like this added/changed?

This is just a personal preference, but i'd rather have two distillation towers vs two thermal evaporation plants, it just looks better, and using two sets of small pnc refineries is just not fast enough for our lategame needs, and ie multiblocks are fun.

commented

I think this is a great idea 👌