Update recipes.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
7b71cda5eb
commit
78ff3af136
1 changed files with 10 additions and 5 deletions
|
|
@ -1212,34 +1212,39 @@ const registerGTCEURecipes = (event) => {
|
|||
//#endregion
|
||||
|
||||
//#region Рецепты электрического генератора
|
||||
|
||||
|
||||
event.recipes.gtceu.alternator('lv_alternator')
|
||||
.inputStress(8192)
|
||||
.circuit(0)
|
||||
.rpm(256)
|
||||
.duration(2)
|
||||
.outputEU(32)
|
||||
.outputEU(32)
|
||||
// this does not actually do anything except write the number in JEI
|
||||
.EUt(-32)
|
||||
|
||||
event.recipes.gtceu.alternator('mv_alternator')
|
||||
.inputStress(32768)
|
||||
.circuit(1)
|
||||
.rpm(256)
|
||||
.duration(2)
|
||||
.outputEU(128)
|
||||
.outputEU(128)
|
||||
.EUt(-128)
|
||||
|
||||
event.recipes.gtceu.alternator('hv_alternator')
|
||||
.inputStress(131072)
|
||||
.circuit(2)
|
||||
.rpm(256)
|
||||
.duration(2)
|
||||
.outputEU(512)
|
||||
.outputEU(512)
|
||||
.EUt(-512)
|
||||
|
||||
event.recipes.gtceu.alternator('ev_alternator')
|
||||
.inputStress(524288)
|
||||
.circuit(3)
|
||||
.rpm(256)
|
||||
.duration(2)
|
||||
.outputEU(2048)
|
||||
.outputEU(2048)
|
||||
.EUt(-2048)
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue