langs, updated changelog, basic mv circuits now need sequenced assembly

This commit is contained in:
Pyritie 2025-10-04 15:26:06 +01:00
parent 0a30ac5797
commit bcbf7664f4
10 changed files with 47 additions and 15 deletions

View file

@ -906,7 +906,7 @@ const registerCreateRecipes = (event) => {
B: '#forge:ingots/brass',
C: '#forge:bolts/brass',
D: '#forge:tools/files'
}).id('tfg:create/shaped/brass_hand')
}).addMaterialInfo().id('tfg:create/shaped/brass_hand')
event.recipes.gtceu.assembler('tfg:create/brass_hand')
.itemInputs('3x #forge:bolts/brass', '#forge:plates/brass')
@ -990,7 +990,7 @@ const registerCreateRecipes = (event) => {
}).id('tfg:create/shaped/super_glue')
// Deployer
event.shaped('create:deployer', [
event.recipes.gtceu.shaped('create:deployer', [
' A ',
'DBF',
' CE'
@ -1001,7 +1001,7 @@ const registerCreateRecipes = (event) => {
D: '#forge:tools/wrenches',
E: '#forge:tools/screwdrivers',
F: 'create:electron_tube'
}).id('tfg:create/shaped/deployer')
}).addMaterialInfo().id('tfg:create/shaped/deployer')
event.recipes.gtceu.assembler('create:deployer')
.itemInputs('#forge:cogwheels', 'gtceu:ulv_machine_casing', 'create:brass_hand', 'create:electron_tube')