Merge branch 'main' into patch-5

This commit is contained in:
Pyritie
2025-01-12 18:36:01 +00:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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')
}
}