add lv electric furnace multi smelter recipe
This commit is contained in:
parent
f99ce1f868
commit
530c4382e2
1 changed files with 11 additions and 0 deletions
|
|
@ -451,6 +451,17 @@ const registerGTCEURecipes = (event) => {
|
|||
D: 'gtceu:copper_single_cable'
|
||||
}).id('gtceu:shaped/multi_furnace')
|
||||
|
||||
event.shaped('gtceu:multi_smelter', [
|
||||
'AAA',
|
||||
'BCB',
|
||||
'DBD'
|
||||
], {
|
||||
A: 'gtceu:lv_electric_furnace',
|
||||
B: '#gtceu:circuits/hv',
|
||||
C: 'gtceu:heatproof_machine_casing',
|
||||
D: 'gtceu:copper_single_cable'
|
||||
}).id('gtceu:shaped/multi_furnace2')
|
||||
|
||||
// Electric Blast Furnace
|
||||
event.shaped('gtceu:electric_blast_furnace', [
|
||||
'AAA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue