changed circuit tags to new format

This commit is contained in:
mina
2024-01-22 18:13:25 +00:00
parent 76065a7c3e
commit a197f4d429
11 changed files with 73 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"gtceu:cpu_chip",
"#forge:plates/certus_quartz",
"#forge:circuits/lv"
"#gtceu:circuits/lv"
)
.itemOutputs("ae2:cell_component_1k")
.duration(200)
@@ -17,7 +17,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"16x #gtceu:resistors",
"#forge:plates/certus_quartz",
"2x #forge:circuits/lv"
"2x #gtceu:circuits/lv"
)
.inputFluids("gtceu:red_alloy 288")
.itemOutputs("ae2:cell_component_1k")
@@ -31,7 +31,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"gtceu:ram_chip",
"3x ae2:cell_component_1k",
"#forge:circuits/mv"
"#gtceu:circuits/mv"
)
.itemOutputs("ae2:cell_component_4k")
.duration(200)
@@ -44,7 +44,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"gtceu:ulpic_chip",
"3x ae2:cell_component_4k",
"#forge:circuits/hv"
"#gtceu:circuits/hv"
)
.itemOutputs("ae2:cell_component_16k")
.duration(200)
@@ -57,7 +57,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"gtceu:lpic_chip",
"3x ae2:cell_component_16k",
"#forge:circuits/ev"
"#gtceu:circuits/ev"
)
.itemOutputs("ae2:cell_component_64k")
.duration(200)
@@ -70,7 +70,7 @@ ServerEvents.recipes((event) => {
.itemInputs(
"gtceu:qbit_cpu_chip",
"3x ae2:cell_component_64k",
"#forge:circuits/iv"
"#gtceu:circuits/iv"
)
.itemOutputs("ae2:cell_component_256k")
.duration(200)