solar panel tweaks
This commit is contained in:
parent
b861df57fc
commit
54a942204f
4 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"dimension": "ad_astra:earth_orbit",
|
||||
"gravity": 0.0,
|
||||
"oxygen": false,
|
||||
"solar_power": 512,
|
||||
"solar_power": 128,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -270,
|
||||
"tier": 1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"gravity": 1.622,
|
||||
"orbit": "ad_astra:moon_orbit",
|
||||
"oxygen": false,
|
||||
"solar_power": 512,
|
||||
"solar_power": 128,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -173,
|
||||
"tier": 1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"dimension": "ad_astra:moon_orbit",
|
||||
"gravity": 0.0,
|
||||
"oxygen": false,
|
||||
"solar_power": 512,
|
||||
"solar_power": 128,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -270,
|
||||
"tier": 1
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
' F '
|
||||
], {
|
||||
A: 'gtceu:solar_panel',
|
||||
B: 'minecraft:daylight_detector',
|
||||
B: '#gtceu:batteries/lv',
|
||||
C: '#forge:rods/long/aluminium',
|
||||
E: '#gtceu:circuits/mv',
|
||||
F: 'gtceu:mv_machine_hull'
|
||||
|
|
@ -328,7 +328,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
//#region Стальной FE кабель т1
|
||||
|
||||
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))
|
||||
.itemOutputs('4x ad_astra:steel_cable')
|
||||
.duration(60)
|
||||
|
|
@ -339,7 +339,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
//#region FE кабель т2
|
||||
|
||||
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))
|
||||
.itemOutputs('4x ad_astra:desh_cable')
|
||||
.duration(60)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue