Merge pull request #698 from Pyritie/ae2
Changed the AE2 network analyzer to HV instead of IV
This commit is contained in:
commit
e6641ca0a7
1 changed files with 6 additions and 6 deletions
|
|
@ -8,11 +8,11 @@ const registerAE2NetworkAnalyzerRecipes = (event) => {
|
|||
'CDC',
|
||||
'EFE'
|
||||
], {
|
||||
A: 'gtceu:iv_sensor',
|
||||
B: 'gtceu:iv_emitter',
|
||||
C: '#gtceu:circuits/iv',
|
||||
A: 'gtceu:hv_sensor',
|
||||
B: 'gtceu:hv_emitter',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'gtceu:computer_monitor_cover',
|
||||
E: '#forge:plates/tungsten_steel',
|
||||
F: '#gtceu:batteries/iv'
|
||||
E: '#forge:plates/stainless_steel',
|
||||
F: '#gtceu:batteries/hv'
|
||||
}).id('ae2netanalyser:analyser')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue