added missing gyroscope recipes
This commit is contained in:
parent
e8383dbda5
commit
b89770b4e1
2 changed files with 145 additions and 116 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
- Fixed missing helve hammer recipe for silver plates (#2183) @Pyritie
|
- Fixed missing helve hammer recipe for silver plates (#2183) @Pyritie
|
||||||
- Fixed some typos in gun/attachment names and descriptions @Jeuvke
|
- Fixed some typos in gun/attachment names and descriptions @Jeuvke
|
||||||
- Fixed ocean moai spawning underwater sometimes 🗿 @Pyritie
|
- Fixed ocean moai spawning underwater sometimes 🗿 @Pyritie
|
||||||
|
- Added missing recipes for the Advanced and Electronic Gyroscope @Pyritie
|
||||||
### Translation updates
|
### Translation updates
|
||||||
- Russian @DI-GitH + @nineex
|
- Russian @DI-GitH + @nineex
|
||||||
- Brazilian Portuguese @Redeix
|
- Brazilian Portuguese @Redeix
|
||||||
|
|
|
||||||
|
|
@ -200,14 +200,42 @@ function registerImmersiveAircraftRecipes(event) {
|
||||||
'FDG'
|
'FDG'
|
||||||
], {
|
], {
|
||||||
A: '#forge:tools/wrenches',
|
A: '#forge:tools/wrenches',
|
||||||
B: 'minecraft:comparator',
|
B: 'create:precision_mechanism',
|
||||||
C: '#forge:gems/quartzite',
|
C: '#forge:gems/quartzite',
|
||||||
D: 'gtceu:small_brass_gear',
|
D: 'gtceu:small_brass_gear',
|
||||||
E: 'firmaciv:firmaciv_compass',
|
E: 'firmaciv:firmaciv_compass',
|
||||||
F: 'gtceu:aluminium_screw',
|
F: '#forge:screws/blue_steel',
|
||||||
G: '#forge:tools/screwdrivers'
|
G: '#forge:tools/screwdrivers'
|
||||||
}).id('tfg:immersive_aircraft/shaped/gyroscope')
|
}).id('tfg:immersive_aircraft/shaped/gyroscope')
|
||||||
|
|
||||||
|
event.shaped('immersive_aircraft:gyroscope_dials', [
|
||||||
|
'ABC',
|
||||||
|
'DED',
|
||||||
|
'FDG'
|
||||||
|
], {
|
||||||
|
A: '#forge:tools/wrenches',
|
||||||
|
B: '#gtceu:circuits/lv',
|
||||||
|
C: 'gtceu:lv_sensor',
|
||||||
|
D: 'gtceu:small_aluminium_gear',
|
||||||
|
E: 'immersive_aircraft:gyroscope',
|
||||||
|
F: '#forge:screws/vanadium_steel',
|
||||||
|
G: '#forge:tools/screwdrivers'
|
||||||
|
}).id('tfg:immersive_aircraft/shaped/gyroscope_dials')
|
||||||
|
|
||||||
|
event.shaped('immersive_aircraft:gyroscope_hud', [
|
||||||
|
'ABC',
|
||||||
|
'DED',
|
||||||
|
'FDG'
|
||||||
|
], {
|
||||||
|
A: '#forge:tools/wrenches',
|
||||||
|
B: 'gtceu:computer_monitor_cover',
|
||||||
|
C: 'gtceu:mv_sensor',
|
||||||
|
D: '#gtceu:circuits/mv',
|
||||||
|
E: 'immersive_aircraft:gyroscope_dials',
|
||||||
|
F: '#forge:screws/stainless_steel',
|
||||||
|
G: '#forge:tools/screwdrivers'
|
||||||
|
}).id('tfg:immersive_aircraft/shaped/gyroscope_hud')
|
||||||
|
|
||||||
event.shaped('tfg:black_steel_plated_airplane_propeller', [
|
event.shaped('tfg:black_steel_plated_airplane_propeller', [
|
||||||
'CA ',
|
'CA ',
|
||||||
'ABA',
|
'ABA',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue