Update recipes.js
This commit is contained in:
parent
6208d318d0
commit
9b570e639a
1 changed files with 10 additions and 10 deletions
|
|
@ -2424,15 +2424,15 @@ const registerAE2Recipes = (event) => {
|
||||||
'ae2:fluix_glass_cable')
|
'ae2:fluix_glass_cable')
|
||||||
.duration(8)
|
.duration(8)
|
||||||
.EUt(480)
|
.EUt(480)
|
||||||
/*
|
|
||||||
for (int i = 0; i < 16; i++) {
|
for(i = 0; i < 16; i++) {
|
||||||
event.recipes.gtceu.chemical_bath(rrayAE2.glassCables[i])
|
event.recipes.gtceu.chemical_bath(rrayAE2.glassCables[i])
|
||||||
.inputs(ore('ae2.cable.glass'))
|
.itemInputs(ore('ae2.cable.glass'))
|
||||||
.fluidInputs(arrayVanila.colorLiquid[i] * 18)
|
.inputFluids(arrayVanila.colorLiquid[i] * 18)
|
||||||
.outputs(arrayAE2.glassCables[i])
|
.itemOutputs(arrayAE2.glassCables[i])
|
||||||
.duration(20)
|
.duration(20)
|
||||||
.EUt(7)
|
.EUt(7)
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue