#Blast furnace with assigned heated coils

7 messages · Page 1 of 1 (latest)

meager quiver
#

Hi all, please help! How add KubeJS recipe for GT blast furnace with assigned heated coils + add results with chance? And more - maybe anybody know how assign multi amperage for mono block arc furnace (if this function added in new gt modern)

inland ginkgoBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

woeful river
#

i think you could probably get a better answer from the GTM server

meager quiver
#

1 &2 question closed: if you need assign heat temp Add this parameter in recipe .blastFurnaceTemp(2054)

#

if you need results with chance? Add this parameter in recipe .chancedOutput('gtceu:dark_ash_dust', 5000, 0)

meager quiver
#

Next GTNH like recipe

#

//Aluminium Ingot
event.remove({id: 'gtceu:electric_blast_furnace/blast_aluminium'})
event.remove({id: 'gtceu:electric_blast_furnace/blast_aluminium_gas'})
event.recipes.gtceu.electric_blast_furnace('gtceu:vit/electric_blast_furnace/aluminium_ingot')
.blastFurnaceTemp(2054)
.circuit(11)
.itemInputs('gtceu:aluminium_dust')
.inputFluids(Fluid.of('gtceu:nitrogen', 1000))
.itemOutputs('gtceu:aluminium_ingot')
.chancedOutput('gtceu:dark_ash_dust', 5000, 0)
.duration(1200)
.EUt(480)