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:
@@ -191,7 +191,7 @@ ServerEvents.recipes((event) => {
|
||||
] , {
|
||||
E: "ae2:engineering_processor",
|
||||
C: "#forge:circuits/lv",
|
||||
W: "#forge:wires/fine/gold",
|
||||
W: "#forge:fine_wires/gold",
|
||||
P: "#forge:plates/iron"
|
||||
})
|
||||
*/
|
||||
@@ -201,7 +201,7 @@ ServerEvents.recipes((event) => {
|
||||
event.shaped("ae2:memory_card", ["EC ", "WP ", " "], {
|
||||
E: "ae2:calculation_processor",
|
||||
C: "#forge:circuits/lv",
|
||||
W: "#forge:wires/fine/gold",
|
||||
W: "#forge:fine_wires/gold",
|
||||
P: "#forge:plates/iron",
|
||||
});
|
||||
|
||||
@@ -291,16 +291,16 @@ ServerEvents.recipes((event) => {
|
||||
//Illuminated Panel
|
||||
event.remove({ id: "ae2:network/parts/panels_semi_dark_monitor" });
|
||||
event.shaped("ae2:semi_dark_monitor", ["WSG"], {
|
||||
W: "#forge:wires/fine/tin",
|
||||
W: "#forge:fine_wires/tin",
|
||||
S: "gtceu:computer_monitor_cover",
|
||||
G: "ae2:quartz_vibrant_glass",
|
||||
});
|
||||
event.shaped("ae2:semi_dark_monitor", ["mWG", "TCV", "xWG"], {
|
||||
m: "#forge:tools/mallets",
|
||||
x: "#forge:tools/wire_cutters",
|
||||
W: "#forge:wires/fine/copper",
|
||||
W: "#forge:fine_wires/copper",
|
||||
G: "#forge:plates/glass",
|
||||
T: "#forge:wires/fine/tin",
|
||||
T: "#forge:fine_wires/tin",
|
||||
C: "#forge:circuits/lv",
|
||||
V: "ae2:quartz_vibrant_glass",
|
||||
});
|
||||
|
||||
@@ -2,11 +2,11 @@ ServerEvents.recipes((event) => {
|
||||
// Advanced Card
|
||||
event.remove({ id: "ae2:materials/advancedcard" });
|
||||
event.shaped("2x ae2:advanced_card", ["WP ", "ACP", "SP "], {
|
||||
W: "#forge:wires/fine/red_alloy",
|
||||
W: "#forge:fine_wires/red_alloy",
|
||||
P: "#forge:plates/stainless_steel",
|
||||
A: "ae2:engineering_processor",
|
||||
C: "#forge:circuits/hv",
|
||||
S: "#forge:wires/fine/silver",
|
||||
S: "#forge:fine_wires/silver",
|
||||
});
|
||||
// Fuzzy Card
|
||||
event.remove({ id: "ae2:materials/cardfuzzy" });
|
||||
@@ -18,7 +18,7 @@ ServerEvents.recipes((event) => {
|
||||
event.remove({ id: "ae2:materials/cardinverter" });
|
||||
event.shapeless("ae2:inverter_card", [
|
||||
"ae2:advanced_card",
|
||||
"#forge:wires/fine/red_alloy",
|
||||
"#forge:fine_wires/red_alloy",
|
||||
]);
|
||||
// Acceleration Card
|
||||
event.remove({ id: "ae2:materials/cardspeed" });
|
||||
@@ -36,11 +36,11 @@ ServerEvents.recipes((event) => {
|
||||
// Basic Card
|
||||
event.remove({ id: "ae2:materials/basiccard" });
|
||||
event.shaped("2x ae2:basic_card", ["WP ", "ACP", "SP "], {
|
||||
W: "#forge:wires/fine/red_alloy",
|
||||
W: "#forge:fine_wires/red_alloy",
|
||||
P: "#forge:plates/aluminium",
|
||||
A: "ae2:engineering_processor",
|
||||
C: "#forge:circuits/mv",
|
||||
S: "#forge:wires/fine/gold",
|
||||
S: "#forge:fine_wires/gold",
|
||||
});
|
||||
// Capacity Card
|
||||
event.remove({ id: "ae2:materials/cardcapacity" });
|
||||
|
||||
@@ -42,7 +42,7 @@ ServerEvents.recipes((event) => {
|
||||
event.shaped("ae2:item_cell_housing", ["GPG", "WCW", "PPP"], {
|
||||
G: "ae2:quartz_glass",
|
||||
P: "#forge:plates/steel",
|
||||
W: "#forge:wires/fine/red_alloy",
|
||||
W: "#forge:fine_wires/red_alloy",
|
||||
C: "#forge:circuits/lv",
|
||||
});
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -7,7 +7,7 @@ ServerEvents.recipes((event) => {
|
||||
.itemInputs(
|
||||
"3x #forge:plates/steel",
|
||||
"2x #forge:plates/polyethylene",
|
||||
"4x #forge:wires/fine/red_alloy",
|
||||
"4x #forge:fine_wires/red_alloy",
|
||||
"#forge:circuits/mv"
|
||||
)
|
||||
.itemOutputs("ae2:blank_pattern")
|
||||
@@ -19,7 +19,7 @@ ServerEvents.recipes((event) => {
|
||||
.itemInputs(
|
||||
"3x #forge:plates/steel",
|
||||
"2x #forge:plates/polyvinyl_chloride",
|
||||
"4x #forge:wires/fine/red_alloy",
|
||||
"4x #forge:fine_wires/red_alloy",
|
||||
"#forge:circuits/mv"
|
||||
)
|
||||
.itemOutputs("4x ae2:blank_pattern")
|
||||
@@ -31,7 +31,7 @@ ServerEvents.recipes((event) => {
|
||||
.itemInputs(
|
||||
"3x #forge:plates/steel",
|
||||
"2x #forge:plates/polytetrafluoroethylene",
|
||||
"4x #forge:wires/fine/red_alloy",
|
||||
"4x #forge:fine_wires/red_alloy",
|
||||
"#forge:circuits/mv"
|
||||
)
|
||||
.itemOutputs("16x ae2:blank_pattern")
|
||||
@@ -43,7 +43,7 @@ ServerEvents.recipes((event) => {
|
||||
.itemInputs(
|
||||
"3x #forge:plates/steel",
|
||||
"2x #forge:plates/polybenzimidazole",
|
||||
"4x #forge:wires/fine/red_alloy",
|
||||
"4x #forge:fine_wires/red_alloy",
|
||||
"#forge:circuits/mv"
|
||||
)
|
||||
.itemOutputs("64x ae2:blank_pattern")
|
||||
|
||||
@@ -38,7 +38,7 @@ ServerEvents.recipes((event) => {
|
||||
|
||||
event.shaped("elevatorid:elevator_gray", ["PPP", "GFG", "PPP"], {
|
||||
P: "#forge:plates/steel",
|
||||
G: "#forge:gears/small/steel",
|
||||
G: "#forge:small_gears/steel",
|
||||
F: "#forge:frames/steel",
|
||||
});
|
||||
});
|
||||
|
||||
@@ -8,7 +8,7 @@ ServerEvents.recipes((event) => {
|
||||
//Ghast Tear
|
||||
greg
|
||||
.chemical_reactor("gtceu:ghast_tear")
|
||||
.itemInputs("#forge:dusts/tiny/potassium", "#forge:dusts/tiny/lithium")
|
||||
.itemInputs("#forge:tiny_dusts/potassium", "#forge:tiny_dusts/lithium")
|
||||
.inputFluids("gtceu:salt_water 1000")
|
||||
.itemOutputs("minecraft:ghast_tear")
|
||||
.duration(400)
|
||||
@@ -104,8 +104,8 @@ ServerEvents.recipes((event) => {
|
||||
.large_chemical_reactor("gtceu:bottle_o_enchanting")
|
||||
.itemInputs(
|
||||
"glass_bottle",
|
||||
"#forge:dusts/tiny/gold",
|
||||
"#forge:dusts/tiny/sugar"
|
||||
"#forge:tiny_dusts/gold",
|
||||
"#forge:tiny_dusts/sugar"
|
||||
)
|
||||
.inputFluids("water 100")
|
||||
.itemOutputs("experience_bottle")
|
||||
|
||||
Reference in New Issue
Block a user