parent
774add25f7
commit
9b57c90cfe
@ -1,7 +1,22 @@
|
||||
import static com.nomiceu.nomilabs.groovy.GroovyHelpers.RecyclingHelpers.*
|
||||
import static gregtech.api.GTValues.*
|
||||
|
||||
// Processing Array
|
||||
replaceRecipeInput(metaitem('processing_array'),
|
||||
[[ore('circuitLuv'), item('advsolars:sunnarium'), ore('circuitLuv')],
|
||||
[metaitem('robot.arm.iv'), metaitem('hull.iv'), metaitem('robot.arm.iv')],
|
||||
[ore('circuitLuv'), metaitem('tool.datastick'), ore('circuitLuv')]])
|
||||
|
||||
// Make Rare Earth Centrifuging Output Full Dusts
|
||||
mods.gregtech.centrifuge.removeByInput([metaitem('dustRareEarth')], null)
|
||||
mods.gregtech.centrifuge.recipeBuilder()
|
||||
.inputs(metaitem('dustRareEarth'))
|
||||
.chancedOutput(metaitem('dustCadmium'), 625, 100)
|
||||
.chancedOutput(metaitem('dustNeodymium'), 625, 100)
|
||||
.chancedOutput(metaitem('dustSamarium'), 625, 100)
|
||||
.chancedOutput(metaitem('dustCerium'), 625, 100)
|
||||
.chancedOutput(metaitem('dustYttrium'), 625, 100)
|
||||
.chancedOutput(metaitem('dustLanthanum'), 625, 100)
|
||||
.duration(64)
|
||||
.EUt(VA[LV])
|
||||
.buildAndRegister()
|
||||
|
Loading…
x
Reference in New Issue
Block a user