Merge branch 'main' into create-additions

This commit is contained in:
Pyritie 2025-01-12 15:52:27 +00:00 committed by GitHub
commit d6580093df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

@ -3,6 +3,7 @@
## [0.7.17] - ? ## [0.7.17] - ?
### Changes ### Changes
- Added ore index, started work on other TFC info category (Pyritie). - 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 ## [0.7.16] - 12.01.2025
### Changes ### Changes

View file

@ -8,11 +8,11 @@ const registerAE2NetworkAnalyzerRecipes = (event) => {
'CDC', 'CDC',
'EFE' 'EFE'
], { ], {
A: 'gtceu:iv_sensor', A: 'gtceu:hv_sensor',
B: 'gtceu:iv_emitter', B: 'gtceu:hv_emitter',
C: '#gtceu:circuits/iv', C: '#gtceu:circuits/hv',
D: 'gtceu:computer_monitor_cover', D: 'gtceu:computer_monitor_cover',
E: '#forge:plates/tungsten_steel', E: '#forge:plates/stainless_steel',
F: '#gtceu:batteries/iv' F: '#gtceu:batteries/hv'
}).id('ae2netanalyser:analyser') }).id('ae2netanalyser:analyser')
} }