File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
kubejs/server_scripts/gregtech Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
### Changes
5
5
- Added links from quests directly to field guide entries (#854 ) @Zippity
6
+ - Added a second EBF recipe but from LV furnaces @Pyritie
6
7
### Bug fixes
7
8
- Fixed chain conveyors not connecting (#1520 ) @BlueBoat29
8
9
- Fixed a crash when opening a world with a railgun logistics monitor (#1526 ) @Redeix
Original file line number Diff line number Diff line change @@ -463,6 +463,17 @@ const registerGTCEURecipes = (event) => {
463
463
D : 'gtceu:tin_single_cable'
464
464
} ) . id ( 'gtceu:shaped/electric_blast_furnace' )
465
465
466
+ event . shaped ( 'gtceu:electric_blast_furnace' , [
467
+ 'AAA' ,
468
+ 'BCB' ,
469
+ 'DBD'
470
+ ] , {
471
+ A : 'gtceu:lv_electric_furnace' ,
472
+ B : '#gtceu:circuits/lv' ,
473
+ C : 'gtceu:heatproof_machine_casing' ,
474
+ D : 'gtceu:tin_single_cable'
475
+ } ) . id ( 'gtceu:shaped/electric_blast_furnace2' )
476
+
466
477
// Клей из ТФК клея
467
478
event . recipes . gtceu . extractor ( 'tfg:glue_from_tfc_glue' )
468
479
. itemInputs ( 'tfc:glue' )
You can’t perform that action at this time.
0 commit comments