Merge branch 'main' into create-additions
This commit is contained in:
commit
d6580093df
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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')
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue