Add a crafting recipe for the Flux Efficiency augment
DarkAngel22579 opened this issue ยท 1 comments
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"
}
]
}