solar panel tweaks

This commit is contained in:
Pyritie 2025-06-06 23:42:05 +01:00
parent b861df57fc
commit 54a942204f
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"dimension": "ad_astra:earth_orbit", "dimension": "ad_astra:earth_orbit",
"gravity": 0.0, "gravity": 0.0,
"oxygen": false, "oxygen": false,
"solar_power": 512, "solar_power": 128,
"solar_system": "ad_astra:solar_system", "solar_system": "ad_astra:solar_system",
"temperature": -270, "temperature": -270,
"tier": 1 "tier": 1

View file

@ -3,7 +3,7 @@
"gravity": 1.622, "gravity": 1.622,
"orbit": "ad_astra:moon_orbit", "orbit": "ad_astra:moon_orbit",
"oxygen": false, "oxygen": false,
"solar_power": 512, "solar_power": 128,
"solar_system": "ad_astra:solar_system", "solar_system": "ad_astra:solar_system",
"temperature": -173, "temperature": -173,
"tier": 1 "tier": 1

View file

@ -2,7 +2,7 @@
"dimension": "ad_astra:moon_orbit", "dimension": "ad_astra:moon_orbit",
"gravity": 0.0, "gravity": 0.0,
"oxygen": false, "oxygen": false,
"solar_power": 512, "solar_power": 128,
"solar_system": "ad_astra:solar_system", "solar_system": "ad_astra:solar_system",
"temperature": -270, "temperature": -270,
"tier": 1 "tier": 1

View file

@ -275,7 +275,7 @@ const registerAdAstraRecipes = (event) => {
' F ' ' F '
], { ], {
A: 'gtceu:solar_panel', A: 'gtceu:solar_panel',
B: 'minecraft:daylight_detector', B: '#gtceu:batteries/lv',
C: '#forge:rods/long/aluminium', C: '#forge:rods/long/aluminium',
E: '#gtceu:circuits/mv', E: '#gtceu:circuits/mv',
F: 'gtceu:mv_machine_hull' F: 'gtceu:mv_machine_hull'
@ -328,7 +328,7 @@ const registerAdAstraRecipes = (event) => {
//#region Стальной FE кабель т1 //#region Стальной FE кабель т1
event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable')
.itemInputs('4x #forge:double_wires/manganese_phosphide', '#forge:plates/steel') .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel')
.inputFluids(Fluid.of('gtceu:polyethylene', 36)) .inputFluids(Fluid.of('gtceu:polyethylene', 36))
.itemOutputs('4x ad_astra:steel_cable') .itemOutputs('4x ad_astra:steel_cable')
.duration(60) .duration(60)
@ -339,7 +339,7 @@ const registerAdAstraRecipes = (event) => {
//#region FE кабель т2 //#region FE кабель т2
event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable')
.itemInputs('4x #forge:double_wires/magnesium_diboride', '#forge:plates/desh') .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh')
.inputFluids(Fluid.of('gtceu:polyethylene', 72)) .inputFluids(Fluid.of('gtceu:polyethylene', 72))
.itemOutputs('4x ad_astra:desh_cable') .itemOutputs('4x ad_astra:desh_cable')
.duration(60) .duration(60)