changed item tags to the new gt format

wires/fine -> fine_wires
dusts/tiny -> tiny_dusts
gears/small -> small_gears
This commit is contained in:
mina
2023-12-20 01:25:35 +00:00
parent f1479a6fc9
commit 2f19916e86
7 changed files with 22 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ ServerEvents.recipes((event) => {
"ae2:printed_silicon",
"#forge:circuits/lv",
"#gtceu:resistors",
"2x #forge:wires/fine/tin"
"2x #forge:fine_wires/tin"
)
.itemOutputs("4x ae2:logic_processor")
.duration(200)
@@ -23,7 +23,7 @@ ServerEvents.recipes((event) => {
"ae2:printed_silicon",
"#forge:circuits/lv",
"#gtceu:resistors",
"2x #forge:wires/fine/tin"
"2x #forge:fine_wires/tin"
)
.itemOutputs("4x ae2:engineering_processor")
.duration(200)
@@ -37,7 +37,7 @@ ServerEvents.recipes((event) => {
"ae2:printed_silicon",
"#forge:circuits/lv",
"#gtceu:resistors",
"2x #forge:wires/fine/tin"
"2x #forge:fine_wires/tin"
)
.itemOutputs("4x ae2:calculation_processor")
.duration(200)