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
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue