oh no, use gtceu item names instead of tag keys
This commit is contained in:
parent
b4ed18ca7a
commit
511b6656b4
6 changed files with 30 additions and 30 deletions
|
|
@ -524,7 +524,7 @@ const registerAE2Recipes = (event) => {
|
|||
'CDC',
|
||||
' E '
|
||||
], {
|
||||
A: '#forge:wires/single/aluminium',
|
||||
A: 'gtceu:aluminium_single_wire',
|
||||
B: 'ae2:formation_core',
|
||||
C: 'ae2:cell_component_4k',
|
||||
D: 'gtceu:hv_lithium_battery',
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'CDC',
|
||||
'EFE'
|
||||
], {
|
||||
A: '#forge:wires/single/magnesium_diboride',
|
||||
A: 'gtceu:magnesium_diboride_single_wire',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: 'ae2:calculation_processor',
|
||||
D: 'gtceu:mv_machine_casing',
|
||||
|
|
@ -60,7 +60,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'CDC',
|
||||
'EFE'
|
||||
], {
|
||||
A: '#forge:wires/single/mercury_barium_calcium_cuprate',
|
||||
A: 'gtceu:mercury_barium_calcium_cuprate_single_wire',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: 'ae2:calculation_processor',
|
||||
D: 'gtceu:hv_machine_casing',
|
||||
|
|
@ -131,7 +131,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'CD ',
|
||||
'EAE'
|
||||
], {
|
||||
A: '#forge:wires/single/magnesium_diboride',
|
||||
A: 'gtceu:magnesium_diboride_single_wire',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: '#gtceu:batteries/mv',
|
||||
D: 'gtceu:mv_machine_casing',
|
||||
|
|
@ -144,7 +144,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'CD ',
|
||||
'EAE'
|
||||
], {
|
||||
A: '#forge:wires/single/mercury_barium_calcium_cuprate',
|
||||
A: 'gtceu:mercury_barium_calcium_cuprate_single_wire',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: '#gtceu:batteries/hv',
|
||||
D: 'gtceu:hv_machine_casing',
|
||||
|
|
@ -201,7 +201,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'FGF'
|
||||
], {
|
||||
A: 'ae2:wireless_receiver',
|
||||
B: '#forge:wires/single/mercury_barium_calcium_cuprate',
|
||||
B: 'gtceu:mercury_barium_calcium_cuprate_single_wire',
|
||||
C: '#gtceu:batteries/hv',
|
||||
D: 'ae2:terminal',
|
||||
E: 'gtceu:hv_emitter',
|
||||
|
|
@ -235,7 +235,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'FGF'
|
||||
], {
|
||||
A: 'ae2:wireless_receiver',
|
||||
B: '#forge:wires/single/uranium_triplatinum',
|
||||
B: 'gtceu:uranium_triplatinum_single_wire',
|
||||
C: '#gtceu:batteries/ev',
|
||||
D: 'ae2:terminal',
|
||||
E: 'gtceu:ev_emitter',
|
||||
|
|
|
|||
|
|
@ -415,12 +415,12 @@ const registerCreateRecipes = (event) => {
|
|||
'A '
|
||||
], {
|
||||
A: '#forge:plates/wrought_iron',
|
||||
B: '#forge:wires/single/red_alloy',
|
||||
B: 'gtceu:red_alloy_single_wire',
|
||||
C: '#forge:tools/hammers'
|
||||
}).id('tfg:create/shaped/gantry_shaft')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:create/gantry_shaft')
|
||||
.itemInputs('#forge:wires/single/red_alloy', '2x #forge:plates/wrought_iron')
|
||||
.itemInputs('gtceu:red_alloy_single_wire', '2x #forge:plates/wrought_iron')
|
||||
.circuit(3)
|
||||
.itemOutputs('create:gantry_shaft')
|
||||
.duration(200)
|
||||
|
|
@ -454,7 +454,7 @@ const registerCreateRecipes = (event) => {
|
|||
'C C'
|
||||
], {
|
||||
A: '#forge:plates/steel',
|
||||
B: '#forge:wires/single/red_alloy',
|
||||
B: 'gtceu:red_alloy_single_wire',
|
||||
C: '#minecraft:logs'
|
||||
}).id('tfg:create/shaped/cart_assembler')
|
||||
|
||||
|
|
@ -807,7 +807,7 @@ const registerCreateRecipes = (event) => {
|
|||
A: 'gtceu:glass_tube',
|
||||
B: 'gtceu:resistor',
|
||||
C: 'gtceu:resin_circuit_board',
|
||||
D: '#forge:wires/single/red_alloy',
|
||||
D: 'gtceu:red_alloy_single_wire',
|
||||
E: '#forge:plates/wrought_iron'
|
||||
}).id('tfg:create/shaped/electron_tube')
|
||||
|
||||
|
|
@ -863,7 +863,7 @@ const registerCreateRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:plates/copper',
|
||||
B: 'tfc:metal/helmet/copper',
|
||||
C: '#forge:fluid_pipes/tiny/polyethylene',
|
||||
C: 'gtceu:polyethylene_tiny_fluid_pipe',
|
||||
D: '#forge:glass_panes'
|
||||
}).id('tfg:create/shaped/copper_diving_helmet')
|
||||
|
||||
|
|
@ -874,7 +874,7 @@ const registerCreateRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:plates/copper',
|
||||
B: 'tfc:metal/boots/copper',
|
||||
C: '#forge:fluid_pipes/tiny/polyethylene',
|
||||
C: 'gtceu:polyethylene_tiny_fluid_pipe',
|
||||
D: '#forge:foils/rubber'
|
||||
}).id('tfg:create/shaped/copper_diving_boots')
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
'ABA'
|
||||
], {
|
||||
A: '#forge:plates/brass',
|
||||
B: '#forge:wires/single/red_alloy',
|
||||
B: 'gtceu:red_alloy_single_wire',
|
||||
C: 'computercraft:wired_modem',
|
||||
}).id('tfg:create_additions/shaped/digital_adapter')
|
||||
|
||||
|
|
@ -37,8 +37,8 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:plates/brass',
|
||||
B: 'create:chute',
|
||||
C: '#forge:wires/octal/copper',
|
||||
D: '#forge:cables/single/copper',
|
||||
C: 'gtceu:copper_octal_wire',
|
||||
D: 'gtceu:copper_single_cable',
|
||||
E: 'create:brass_casing'
|
||||
}).id('tfg:create_additions/shaped/portable_energy_interface')
|
||||
|
||||
|
|
|
|||
|
|
@ -610,7 +610,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:item_filter',
|
||||
C: 'gtceu:mv_electric_motor',
|
||||
D: '#forge:frames/steel',
|
||||
D: 'gtceu:steel_frame',
|
||||
E: '#forge:rotors/steel'
|
||||
}).id('gtceu:shaped/filter_casing')
|
||||
|
||||
|
|
@ -625,7 +625,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: '#tfg:metal_bars',
|
||||
B: '#forge:rotors/steel',
|
||||
C: '#forge:frames/steel',
|
||||
C: 'gtceu:steel_frame',
|
||||
D: 'gtceu:mv_electric_motor'
|
||||
}).id('gtceu:shaped/casing_grate_casing')
|
||||
|
||||
|
|
@ -953,7 +953,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DBD'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron',
|
||||
E: '#forge:glass_panes'
|
||||
|
|
@ -966,7 +966,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DDD'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_macerator_steel')
|
||||
|
|
@ -978,7 +978,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'BBB'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_compressor_steel')
|
||||
|
|
@ -990,7 +990,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'CCC'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_hammer_steel')
|
||||
|
|
@ -1002,7 +1002,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'BCB'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_furnace_steel')
|
||||
|
|
@ -1014,7 +1014,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DBD'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_alloy_smelter_steel')
|
||||
|
|
@ -1026,7 +1026,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DDD'
|
||||
], {
|
||||
A: 'gtceu:steel_brick_casing',
|
||||
B: '#forge:fluid_pipes/small/tin_alloy',
|
||||
B: 'gtceu:tin_alloy_small_fluid_pipe',
|
||||
C: '#forge:plates/steel',
|
||||
D: '#forge:plates/wrought_iron'
|
||||
}).id('gtceu:shaped/steam_rock_breaker_steel')
|
||||
|
|
@ -1112,7 +1112,7 @@ const registerGTCEURecipes = (event) => {
|
|||
B: '#gtceu:circuits/lv',
|
||||
C: 'gtceu:lv_voltage_coil',
|
||||
D: 'gtceu:solid_machine_casing',
|
||||
E: '#forge:cables/single/copper'
|
||||
E: 'gtceu:copper_single_cable'
|
||||
}).id('tfg:shaped/alternator')
|
||||
|
||||
// Compressed Coke Clay
|
||||
|
|
@ -1219,7 +1219,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], '#forge:plates/wrought_iron', [
|
||||
event.recipes.createDeploying('tfg:unfinished_vacuum_tube', ['tfg:unfinished_vacuum_tube', '#forge:bolts/steel']),
|
||||
event.recipes.createDeploying('tfg:unfinished_vacuum_tube', ['tfg:unfinished_vacuum_tube', 'gtceu:glass_tube']),
|
||||
event.recipes.createDeploying('tfg:unfinished_vacuum_tube', ['tfg:unfinished_vacuum_tube', '#forge:wires/single/copper']),
|
||||
event.recipes.createDeploying('tfg:unfinished_vacuum_tube', ['tfg:unfinished_vacuum_tube', 'gtceu:copper_single_wire']),
|
||||
]).transitionalItem('tfg:unfinished_vacuum_tube').loops(2).id('tfg:gtceu/sequenced_assembly/vacuum_tube')
|
||||
|
||||
// Рецепт LV микросхемы
|
||||
|
|
@ -1231,7 +1231,7 @@ const registerGTCEURecipes = (event) => {
|
|||
event.recipes.createDeploying('tfg:unfinished_basic_electronic_circuit', ['tfg:unfinished_basic_electronic_circuit', '#forge:plates/steel']),
|
||||
event.recipes.createDeploying('tfg:unfinished_basic_electronic_circuit', ['tfg:unfinished_basic_electronic_circuit', 'gtceu:resistor']),
|
||||
event.recipes.createDeploying('tfg:unfinished_basic_electronic_circuit', ['tfg:unfinished_basic_electronic_circuit', 'gtceu:vacuum_tube']),
|
||||
event.recipes.createDeploying('tfg:unfinished_basic_electronic_circuit', ['tfg:unfinished_basic_electronic_circuit', '#forge:cables/single/red_alloy']),
|
||||
event.recipes.createDeploying('tfg:unfinished_basic_electronic_circuit', ['tfg:unfinished_basic_electronic_circuit', 'gtceu:red_alloy_single_cable']),
|
||||
]).transitionalItem('tfg:unfinished_basic_electronic_circuit').loops(2).id('tfg:gtceu/sequenced_assembly/basic_electronic_circuit')
|
||||
|
||||
//#region Рецепты электрического генератора
|
||||
|
|
|
|||
|
|
@ -32,14 +32,14 @@ const registerRailWaysRecipes = (event) => {
|
|||
' C '
|
||||
], {
|
||||
A: '#forge:sheets/wrought_iron',
|
||||
B: '#forge:wires/single/red_alloy',
|
||||
B: 'gtceu:red_alloy_single_wire',
|
||||
C: 'create:railway_casing',
|
||||
D: '#forge:tools/wire_cutters',
|
||||
E: '#forge:tools/screwdrivers',
|
||||
}).id('tfg:railways/shaped/track_coupler')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:railways/track_coupler')
|
||||
.itemInputs('3x #forge:sheets/wrought_iron', '#forge:wires/single/red_alloy', 'create:railway_casing')
|
||||
.itemInputs('3x #forge:sheets/wrought_iron', 'gtceu:red_alloy_single_wire', 'create:railway_casing')
|
||||
.circuit(3)
|
||||
.itemOutputs('railways:track_coupler')
|
||||
.duration(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue