ABS glowstone recipe (#1202)
* Added ABS glowstone recipe Idk how useful this is but I want it Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Update recipes.js Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> --------- Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com>
This commit is contained in:
parent
5d5479d02a
commit
b0fb9e3e9a
1 changed files with 11 additions and 0 deletions
|
|
@ -1076,6 +1076,17 @@ const registerGTCEURecipes = (event) => {
|
|||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region glowstone
|
||||
event.recipes.gtceu.alloy_blast_smelter('abs:liquid_glowstone')
|
||||
.itemInputs('#forge:dusts/gold', '#forge:dusts/redstone', '#forge:dusts/sulfur')
|
||||
.outputFluids(Fluid.of('gtceu:glowstone', 288))
|
||||
.duration(20*60/1.3)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.blastFurnaceTemp(1064)
|
||||
.circuit(9)
|
||||
//#endregion
|
||||
|
||||
|
||||
//#region Large boilers fuel rebalance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue