big honkin recycling overhaul #1576
This commit is contained in:
parent
6c01dde185
commit
dd3215d440
45 changed files with 2094 additions and 3374 deletions
|
|
@ -23,6 +23,7 @@ const registerAE2WTLibRecipes = (event) => {
|
|||
.itemOutputs('ae2wtlib:wireless_pattern_encoding_terminal')
|
||||
.duration(300)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Pattern Access Terminal
|
||||
event.recipes.gtceu.assembler('ae2wtlib:wireless_pattern_access_terminal')
|
||||
|
|
@ -36,6 +37,7 @@ const registerAE2WTLibRecipes = (event) => {
|
|||
.itemOutputs('ae2wtlib:wireless_pattern_access_terminal')
|
||||
.duration(300)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Magnet Card
|
||||
event.recipes.gtceu.assembler('ae2wtlib:magnet_card')
|
||||
|
|
@ -47,6 +49,7 @@ const registerAE2WTLibRecipes = (event) => {
|
|||
.itemOutputs('ae2wtlib:magnet_card')
|
||||
.duration(300)
|
||||
.EUt(250)
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Quantum Bridge Card
|
||||
event.recipes.gtceu.assembly_line('ae2wtlib:quantum_bridge_card')
|
||||
|
|
@ -82,4 +85,5 @@ const registerAE2WTLibRecipes = (event) => {
|
|||
.itemOutputs(Item.of('ae2wtlib:wireless_universal_terminal'))
|
||||
.duration(300)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.addMaterialInfo(true, true)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue