Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

Add a crafting recipe for the Flux Efficiency augment

DarkAngel22579 opened this issue ยท 1 comments

commented

Description
This originally didn't have a recipe as KL was worried it would be a little too OP. It isn't, and the next Thermal update is probably a while away so it'd be nice to be able to craft it. This is the planned recipe afaik:

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    " L ",
    "EXE",
    " L "
  ],
  "key": {
    "E": {
      "tag": "forge:plates/electrum"
    },
    "L": {
      "tag": "forge:gears/copper"
    },
    "X": {
      "item": "thermal:rf_coil"
    }
  },
  "result": {
    "item": "thermal:machine_efficiency_augment"
  },
  "conditions": [
    {
      "flag": "machine_augments",
      "type": "thermal:flag"
    }
  ]
}
commented

I'd rather wait for them to add it themselves to be honest, we're still a few weeks away from 0.5.0 anyway :)