fix recipe ID for some stone supports

This commit is contained in:
Pyritie 2025-10-06 10:46:38 +01:00
parent f47a3aac2f
commit c5d6bcd103

View file

@ -40,7 +40,7 @@ function registerTFGSupportRecipes(event) {
'AB ', 'AB ',
'AC ', 'AC ',
'AC ' 'AC '
],{ ], {
A: 'gtceu:light_concrete', A: 'gtceu:light_concrete',
B: '#tfc:chisels', B: '#tfc:chisels',
C: 'tfc:mortar' C: 'tfc:mortar'
@ -59,7 +59,7 @@ function registerTFGSupportRecipes(event) {
'AB ', 'AB ',
'AC ', 'AC ',
'AC ' 'AC '
],{ ], {
A: 'gtceu:dark_concrete', A: 'gtceu:dark_concrete',
B: '#tfc:chisels', B: '#tfc:chisels',
C: 'tfc:mortar' C: 'tfc:mortar'
@ -80,7 +80,7 @@ function registerTFGSupportRecipes(event) {
'AB ', 'AB ',
'AC ', 'AC ',
'AC ' 'AC '
],{ ], {
A: `tfc:rock/loose/${stone}`, A: `tfc:rock/loose/${stone}`,
B: '#tfc:chisels', B: '#tfc:chisels',
C: 'tfc:mortar' C: 'tfc:mortar'
@ -91,7 +91,7 @@ function registerTFGSupportRecipes(event) {
'AB ', 'AB ',
'AC ', 'AC ',
'AC ' 'AC '
],{ ], {
A: `tfc:rock/mossy_loose/${stone}`, A: `tfc:rock/mossy_loose/${stone}`,
B: '#tfc:chisels', B: '#tfc:chisels',
C: 'tfc:mortar' C: 'tfc:mortar'
@ -137,14 +137,14 @@ function registerTFGSupportRecipes(event) {
'AB ', 'AB ',
'AC ', 'AC ',
'AC ' 'AC '
],{ ], {
A: s.loose, A: s.loose,
B: '#tfc:chisels', B: '#tfc:chisels',
C: 'tfc:mortar' C: 'tfc:mortar'
}).id(`tfg:shaped/${s.support}`) }).id(`tfg:shaped/${s.support.split(':')[1]}`)
) )
event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${s.support}`) event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${s.support.split(':')[1]}`)
.circuit(11) .circuit(11)
.inputFluids(Fluid.of('gtceu:concrete', 36)) .inputFluids(Fluid.of('gtceu:concrete', 36))
.itemOutputs(`8x ${s.support}`) .itemOutputs(`8x ${s.support}`)
@ -157,7 +157,7 @@ function registerTFGSupportRecipes(event) {
event.shaped('8x tfg:rebar_support', [ event.shaped('8x tfg:rebar_support', [
'BA ', 'BA ',
'AC ' 'AC '
],{ ], {
A: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Steel, 1), A: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Steel, 1),
B: ChemicalHelper.get(TagPrefix.wireFine, GTMaterials.Steel, 1), B: ChemicalHelper.get(TagPrefix.wireFine, GTMaterials.Steel, 1),
C: '#forge:tools/wire_cutters' C: '#forge:tools/wire_cutters'
@ -177,8 +177,7 @@ function registerTFGSupportRecipes(event) {
'upset_last', 'upset_last',
'shrink_any' 'shrink_any'
] ]
).tier(4) ).tier(4).id('tfg:anvil/steel_support')
.id('tfg:anvil/steel_support')
event.recipes.gtceu.assembler('tfg:gtceu/assembler/steel_support') event.recipes.gtceu.assembler('tfg:gtceu/assembler/steel_support')
.circuit(11) .circuit(11)