@@ -388,12 +388,12 @@ const registerCreateRecipes = (event) => {
388
388
A : 'create:andesite_casing' ,
389
389
B : 'firmaciv:rope_coil' ,
390
390
C : '#forge:plates/wrought_iron' ,
391
- D : '#tfg:small_cogwheels ' ,
391
+ D : '#forge:cogwheels ' ,
392
392
E : '#forge:tools/wrenches'
393
393
} ) . id ( 'tfg:create/shaped/rope_pulley' )
394
394
395
395
event . recipes . gtceu . assembler ( 'create:rope_pulley' )
396
- . itemInputs ( 'create:andesite_casing' , 'firmaciv:rope_coil' , '#forge:plates/wrought_iron' , '2x #tfg:small_cogwheels ' )
396
+ . itemInputs ( 'create:andesite_casing' , 'firmaciv:rope_coil' , '#forge:plates/wrought_iron' , '2x #forge:cogwheels ' )
397
397
. itemOutputs ( 'create:rope_pulley' )
398
398
. duration ( 50 )
399
399
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -408,13 +408,13 @@ const registerCreateRecipes = (event) => {
408
408
A : 'create:brass_casing' ,
409
409
B : 'firmaciv:rope_coil' ,
410
410
C : '#forge:plates/steel' ,
411
- D : '#tfg:small_cogwheels ' ,
411
+ D : '#forge:cogwheels ' ,
412
412
E : '#forge:tools/wrenches' ,
413
413
F : 'create:electron_tube'
414
414
} ) . id ( 'tfg:create/shaped/elevator_pulley' )
415
415
416
416
event . recipes . gtceu . assembler ( 'create:elevator_pulley' )
417
- . itemInputs ( 'create:brass_casing' , 'firmaciv:rope_coil' , '#forge:plates/steel' , '2x #tfg:small_cogwheels ' , 'create:electron_tube' )
417
+ . itemInputs ( 'create:brass_casing' , 'firmaciv:rope_coil' , '#forge:plates/steel' , '2x #forge:cogwheels ' , 'create:electron_tube' )
418
418
. itemOutputs ( 'create:elevator_pulley' )
419
419
. duration ( 50 )
420
420
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -500,7 +500,7 @@ const registerCreateRecipes = (event) => {
500
500
} ) . id ( 'tfg:create/shaped/mechanical_drill' )
501
501
502
502
event . recipes . gtceu . assembler ( 'create:mechanical_drill' )
503
- . itemInputs ( '2x #forge:plates/wrought_iron' , '#forge:drill_heads' , '#tfg:small_cogwheels ' , 'create:andesite_casing' , '#gtceu:circuits/ulv' )
503
+ . itemInputs ( '2x #forge:plates/wrought_iron' , '#forge:drill_heads' , '#forge:cogwheels ' , 'create:andesite_casing' , '#gtceu:circuits/ulv' )
504
504
. itemOutputs ( 'create:mechanical_drill' )
505
505
. duration ( 50 )
506
506
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -517,11 +517,11 @@ const registerCreateRecipes = (event) => {
517
517
E : '#forge:tools/hammers' ,
518
518
F : '#forge:tools/wrenches' ,
519
519
G : '#forge:bolts/wrought_iron' ,
520
- H : '#tfg:small_cogwheels '
520
+ H : '#forge:cogwheels '
521
521
} ) . id ( 'tfg:create/shaped/mechanical_roller' )
522
522
523
523
event . recipes . gtceu . assembler ( 'create:mechanical_roller' )
524
- . itemInputs ( '2x #forge:plates/wrought_iron' , 'tfc:metal/block/wrought_iron' , 'create:andesite_casing' , '2x #forge:bolts/wrought_iron' , '#tfg:small_cogwheels ' )
524
+ . itemInputs ( '2x #forge:plates/wrought_iron' , 'tfc:metal/block/wrought_iron' , 'create:andesite_casing' , '2x #forge:bolts/wrought_iron' , '#forge:cogwheels ' )
525
525
. itemOutputs ( 'create:mechanical_roller' )
526
526
. duration ( 50 )
527
527
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -558,11 +558,11 @@ const registerCreateRecipes = (event) => {
558
558
C : '#forge:tools/hammers' ,
559
559
D : 'create:andesite_casing' ,
560
560
E : '#forge:tools/wrenches' ,
561
- F : '#tfg:small_cogwheels '
561
+ F : '#forge:cogwheels '
562
562
} ) . id ( 'tfg:create/shaped/mechanical_harvester' )
563
563
564
564
event . recipes . gtceu . assembler ( 'tfg:create/mechanical_harvester' )
565
- . itemInputs ( '3x #forge:shovel_heads' , '2x #forge:plates/wrought_iron' , '#tfg:small_cogwheels ' , 'create:andesite_casing' )
565
+ . itemInputs ( '3x #forge:shovel_heads' , '2x #forge:plates/wrought_iron' , '#forge:cogwheels ' , 'create:andesite_casing' )
566
566
. circuit ( 3 )
567
567
. itemOutputs ( 'create:mechanical_harvester' )
568
568
. duration ( 200 )
@@ -579,11 +579,11 @@ const registerCreateRecipes = (event) => {
579
579
C : '#forge:tools/hammers' ,
580
580
D : 'create:andesite_casing' ,
581
581
E : '#forge:tools/wrenches' ,
582
- F : '#tfg:small_cogwheels '
582
+ F : '#forge:cogwheels '
583
583
} ) . id ( 'tfg:create/shaped/mechanical_plough' )
584
584
585
585
event . recipes . gtceu . assembler ( 'tfg:create/mechanical_plough' )
586
- . itemInputs ( '3x #forge:hoe_heads' , '2x #forge:plates/wrought_iron' , '#tfg:small_cogwheels ' , 'create:andesite_casing' )
586
+ . itemInputs ( '3x #forge:hoe_heads' , '2x #forge:plates/wrought_iron' , '#forge:cogwheels ' , 'create:andesite_casing' )
587
587
. circuit ( 5 )
588
588
. itemOutputs ( 'create:mechanical_plough' )
589
589
. duration ( 200 )
@@ -682,7 +682,7 @@ const registerCreateRecipes = (event) => {
682
682
] , {
683
683
A : '#forge:plates/brass' ,
684
684
B : '#forge:rods/wrought_iron' ,
685
- C : '#tfg :shafts'
685
+ C : '#forge :shafts'
686
686
} ) . id ( 'tfg:create/shaped/flywheel' )
687
687
688
688
// Механическая рука
@@ -994,7 +994,7 @@ const registerCreateRecipes = (event) => {
994
994
'DBF' ,
995
995
' CE'
996
996
] , {
997
- A : '#tfg:small_cogwheels ' ,
997
+ A : '#forge:cogwheels ' ,
998
998
B : 'gtceu:ulv_machine_casing' ,
999
999
C : 'create:brass_hand' ,
1000
1000
D : '#forge:tools/wrenches' ,
@@ -1003,7 +1003,7 @@ const registerCreateRecipes = (event) => {
1003
1003
} ) . id ( 'tfg:create/shaped/deployer' )
1004
1004
1005
1005
event . recipes . gtceu . assembler ( 'create:deployer' )
1006
- . itemInputs ( '#tfg:small_cogwheels ' , 'gtceu:ulv_machine_casing' , 'create:brass_hand' , 'create:electron_tube' )
1006
+ . itemInputs ( '#forge:cogwheels ' , 'gtceu:ulv_machine_casing' , 'create:brass_hand' , 'create:electron_tube' )
1007
1007
. itemOutputs ( 'create:deployer' )
1008
1008
. duration ( 50 )
1009
1009
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -1333,7 +1333,7 @@ const registerCreateRecipes = (event) => {
1333
1333
] , {
1334
1334
A : 'minecraft:piston' ,
1335
1335
B : 'create:andesite_casing' ,
1336
- C : '#tfg :shafts'
1336
+ C : '#forge :shafts'
1337
1337
} ) . id ( 'tfg:create/shaped/mechanical_piston' )
1338
1338
1339
1339
event . shaped ( 'create:sticky_mechanical_piston' , [
@@ -1533,14 +1533,14 @@ const registerCreateRecipes = (event) => {
1533
1533
] , {
1534
1534
A : 'gtceu:treated_wood_slab' ,
1535
1535
B : 'create:andesite_casing' ,
1536
- C : '#tfg:small_cogwheels ' ,
1536
+ C : '#forge:cogwheels ' ,
1537
1537
D : '#forge:small_gears/brass' ,
1538
1538
E : '#forge:tools/hammers' ,
1539
1539
F : 'tfc:glue'
1540
1540
} ) . id ( 'create:shaped/windmill_bearing' )
1541
1541
1542
1542
event . recipes . gtceu . assembler ( 'create:windmill_bearing' )
1543
- . itemInputs ( 'gtceu:treated_wood_slab' , 'create:andesite_casing' , '#tfg:small_cogwheels ' , '#forge:small_gears/brass' )
1543
+ . itemInputs ( 'gtceu:treated_wood_slab' , 'create:andesite_casing' , '#forge:cogwheels ' , '#forge:small_gears/brass' )
1544
1544
. inputFluids ( Fluid . of ( 'gtceu:glue' , 50 ) )
1545
1545
. itemOutputs ( 'create:windmill_bearing' )
1546
1546
. duration ( 50 )
@@ -1683,7 +1683,7 @@ const registerCreateRecipes = (event) => {
1683
1683
'CBC' ,
1684
1684
' A '
1685
1685
] , {
1686
- A : '#tfg :large_cogwheels' ,
1686
+ A : '#forge :large_cogwheels' ,
1687
1687
B : 'create:andesite_casing' ,
1688
1688
C : 'gtceu:treated_wood_plate' ,
1689
1689
D : '#forge:tools/wrenches' ,
@@ -1991,7 +1991,7 @@ const registerCreateRecipes = (event) => {
1991
1991
] , {
1992
1992
A : '#forge:rods/wooden' ,
1993
1993
B : '#forge:plates/brass' ,
1994
- C : '#tfg:small_cogwheels ' ,
1994
+ C : '#forge:cogwheels ' ,
1995
1995
D : '#forge:tools/hammers'
1996
1996
} ) . id ( 'tfg:create/shaped/wrench' )
1997
1997
@@ -2086,12 +2086,12 @@ const registerCreateRecipes = (event) => {
2086
2086
C : '#forge:small_gears/red_alloy' ,
2087
2087
D : '#forge:tools/wrenches' ,
2088
2088
E : '#forge:small_springs/steel' ,
2089
- F : '#tfg :shafts' ,
2089
+ F : '#forge :shafts' ,
2090
2090
G : '#forge:tools/hammers'
2091
2091
} ) . id ( 'tfg:create/shaped/rotation_speed_controller' )
2092
2092
2093
2093
event . recipes . gtceu . assembler ( 'create:rotation_speed_controller' )
2094
- . itemInputs ( 'create:brass_casing' , '2x #forge:small_gears/brass' , '#forge:small_gears/red_alloy' , '#tfg :shafts' )
2094
+ . itemInputs ( 'create:brass_casing' , '2x #forge:small_gears/brass' , '#forge:small_gears/red_alloy' , '#forge :shafts' )
2095
2095
. itemOutputs ( 'create:rotation_speed_controller' )
2096
2096
. duration ( 50 )
2097
2097
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -2125,13 +2125,13 @@ const registerCreateRecipes = (event) => {
2125
2125
] , {
2126
2126
A : 'create:brass_casing' ,
2127
2127
B : 'create:electron_tube' ,
2128
- C : '#tfg:small_cogwheels ' ,
2128
+ C : '#forge:cogwheels ' ,
2129
2129
D : '#forge:tools/wrenches' ,
2130
2130
E : '#forge:tools/hammers'
2131
2131
} ) . id ( 'tfg:create/shaped/sequenced_gearshift' )
2132
2132
2133
2133
event . recipes . gtceu . assembler ( 'create:sequenced_gearshift' )
2134
- . itemInputs ( 'create:brass_casing' , 'create:electron_tube' , '2x #tfg:small_cogwheels ' )
2134
+ . itemInputs ( 'create:brass_casing' , 'create:electron_tube' , '2x #forge:cogwheels ' )
2135
2135
. itemOutputs ( 'create:sequenced_gearshift' )
2136
2136
. duration ( 50 )
2137
2137
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -2144,12 +2144,12 @@ const registerCreateRecipes = (event) => {
2144
2144
A : 'create:andesite_casing' ,
2145
2145
B : '#forge:plates/wrought_iron' ,
2146
2146
C : 'tfc:glue' ,
2147
- D : '#tfg:small_cogwheels ' ,
2147
+ D : '#forge:cogwheels ' ,
2148
2148
E : '#forge:tools/wrenches'
2149
2149
} ) . id ( 'tfg:create/shaped/mechanical_bearing' )
2150
2150
2151
2151
event . recipes . gtceu . assembler ( 'create:mechanical_bearing' )
2152
- . itemInputs ( 'create:andesite_casing' , '#forge:plates/wrought_iron' , '#tfg:small_cogwheels ' )
2152
+ . itemInputs ( 'create:andesite_casing' , '#forge:plates/wrought_iron' , '#forge:cogwheels ' )
2153
2153
. inputFluids ( Fluid . of ( 'gtceu:glue' , 50 ) )
2154
2154
. itemOutputs ( 'create:mechanical_bearing' )
2155
2155
. duration ( 50 )
@@ -2162,14 +2162,14 @@ const registerCreateRecipes = (event) => {
2162
2162
' B '
2163
2163
] , {
2164
2164
A : 'create:andesite_casing' ,
2165
- B : '#tfg:small_cogwheels ' ,
2165
+ B : '#forge:cogwheels ' ,
2166
2166
C : '#minecraft:wooden_slabs' ,
2167
2167
D : 'tfc:glue' ,
2168
2168
E : '#forge:tools/hammers'
2169
2169
} ) . id ( 'tfg:create/shaped/gantry_carriage' )
2170
2170
2171
2171
event . recipes . gtceu . assembler ( 'create:gantry_carriage' )
2172
- . itemInputs ( 'create:andesite_casing' , '#tfg:small_cogwheels ' , '#minecraft:wooden_slabs' )
2172
+ . itemInputs ( 'create:andesite_casing' , '#forge:cogwheels ' , '#minecraft:wooden_slabs' )
2173
2173
. inputFluids ( Fluid . of ( 'gtceu:glue' , 50 ) )
2174
2174
. itemOutputs ( 'create:gantry_carriage' )
2175
2175
. duration ( 50 )
@@ -2184,12 +2184,12 @@ const registerCreateRecipes = (event) => {
2184
2184
A : 'create:andesite_casing' ,
2185
2185
B : '#forge:plates/wrought_iron' ,
2186
2186
C : '#forge:springs/wrought_iron' ,
2187
- D : '#tfg:small_cogwheels ' ,
2187
+ D : '#forge:cogwheels ' ,
2188
2188
E : '#forge:tools/wrenches'
2189
2189
} ) . id ( 'tfg:create/shaped/weighted_ejector' )
2190
2190
2191
2191
event . recipes . gtceu . assembler ( 'create:weighted_ejector' )
2192
- . itemInputs ( 'create:andesite_casing' , '#forge:plates/wrought_iron' , '#forge:springs/wrought_iron' , '#tfg:small_cogwheels ' )
2192
+ . itemInputs ( 'create:andesite_casing' , '#forge:plates/wrought_iron' , '#forge:springs/wrought_iron' , '#forge:cogwheels ' )
2193
2193
. itemOutputs ( 'create:weighted_ejector' )
2194
2194
. duration ( 50 )
2195
2195
. EUt ( GTValues . VA [ GTValues . ULV ] )
@@ -2217,14 +2217,14 @@ const registerCreateRecipes = (event) => {
2217
2217
' B '
2218
2218
] , {
2219
2219
A : 'create:andesite_casing' ,
2220
- B : '#tfg:small_cogwheels ' ,
2220
+ B : '#forge:cogwheels ' ,
2221
2221
C : 'minecraft:redstone' ,
2222
2222
D : '#forge:tools/wrenches' ,
2223
2223
E : '#forge:tools/hammers'
2224
2224
} ) . id ( 'tfg:create/shaped/gearshift' )
2225
2225
2226
2226
event . recipes . gtceu . assembler ( 'create:gearshift' )
2227
- . itemInputs ( 'create:andesite_casing' , '#tfg:small_cogwheels ' , 'minecraft:redstone' )
2227
+ . itemInputs ( 'create:andesite_casing' , '#forge:cogwheels ' , 'minecraft:redstone' )
2228
2228
. itemOutputs ( 'create:gearshift' )
2229
2229
. circuit ( 5 )
2230
2230
. duration ( 50 )
@@ -2236,14 +2236,14 @@ const registerCreateRecipes = (event) => {
2236
2236
' B '
2237
2237
] , {
2238
2238
A : 'create:andesite_casing' ,
2239
- B : '#tfg :shafts' ,
2239
+ B : '#forge :shafts' ,
2240
2240
C : 'minecraft:redstone' ,
2241
2241
D : '#forge:tools/wrenches' ,
2242
2242
E : '#forge:tools/hammers'
2243
2243
} ) . id ( 'tfg:create/shaped/clutch' )
2244
2244
2245
2245
event . recipes . gtceu . assembler ( 'create:clutch' )
2246
- . itemInputs ( 'create:andesite_casing' , '#tfg :shafts' , 'minecraft:redstone' )
2246
+ . itemInputs ( 'create:andesite_casing' , '#forge :shafts' , 'minecraft:redstone' )
2247
2247
. itemOutputs ( 'create:clutch' )
2248
2248
. circuit ( 5 )
2249
2249
. duration ( 50 )
0 commit comments