Merge branch 'main' into patch-5
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## [0.7.17] - ?
|
||||
### Changes
|
||||
- Added ore index, started work on other TFC info category (Pyritie).
|
||||
- Changed the AE2 network analyzer to HV instead of IV (Pyritie).
|
||||
|
||||
## [0.7.16] - 12.01.2025
|
||||
### Changes
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user