чуточку г*внокода
главное признать свои ошибки
This commit is contained in:
parent
29d83c916e
commit
c40e7302f8
1 changed files with 32 additions and 3 deletions
|
|
@ -2692,10 +2692,16 @@ const registerAE2Recipes = (event) => {
|
||||||
// Quartz Fiber
|
// Quartz Fiber
|
||||||
event.recipes.gtceu.wiremill('ae2:quartz_fiber')
|
event.recipes.gtceu.wiremill('ae2:quartz_fiber')
|
||||||
.itemInputs(
|
.itemInputs(
|
||||||
'#forge:plates/certus_quartz')
|
'#forge:rods/certus_quartz')
|
||||||
.itemOutputs('ae2:quartz_fiber')
|
.itemOutputs('ae2:quartz_fiber')
|
||||||
.duration(20)
|
.duration(200)
|
||||||
.EUt(480)
|
.EUt(7)
|
||||||
|
event.recipes.gtceu.wiremill('ae2:quartz_fiber_nether')
|
||||||
|
.itemInputs(
|
||||||
|
'#forge:rods/nether_quartz')
|
||||||
|
.itemOutputs('ae2:quartz_fiber')
|
||||||
|
.duration(200)
|
||||||
|
.EUt(7)
|
||||||
|
|
||||||
|
|
||||||
//alloy smelter
|
//alloy smelter
|
||||||
|
|
@ -3171,5 +3177,28 @@ const registerAE2Recipes = (event) => {
|
||||||
.duration(700)
|
.duration(700)
|
||||||
.EUt(8300)
|
.EUt(8300)
|
||||||
.cleanroom(CleanroomType.CLEANROOM)
|
.cleanroom(CleanroomType.CLEANROOM)
|
||||||
|
|
||||||
|
//chemical reactor
|
||||||
|
event.recipes.gtceu.chemical_reactor('ae2:fluix_pearl')
|
||||||
|
.itemInputs(
|
||||||
|
'4x #forge:gems/fluix')
|
||||||
|
.inputFluids(Fluid.of('kubejs:fluix', 576))
|
||||||
|
.itemOutputs(
|
||||||
|
'ae2:fluix_pearl')
|
||||||
|
.duration(200)
|
||||||
|
.EUt(480)
|
||||||
|
.cleanroom(CleanroomType.CLEANROOM)
|
||||||
|
|
||||||
|
//lathe
|
||||||
|
//certus quartz rod
|
||||||
|
event.recipes.gtceu.lathe('kubejs:certus_quartz_to_rod')
|
||||||
|
.itemInputs(
|
||||||
|
'gtceu:certus_quartz_gem')
|
||||||
|
.itemOutputs(
|
||||||
|
'2x kubejs:rods/certus_quartz')
|
||||||
|
.duration(40)
|
||||||
|
.EUt(16)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue