Updates from the alpha feedback/tweaks branch (#856)

This commit is contained in:
Pyritie 2025-04-16 18:14:14 +01:00 committed by GitHub
parent 77673218fd
commit c172f50db1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 140 additions and 49 deletions

View file

@ -1517,16 +1517,14 @@ const registerCreateRecipes = (event) => {
}).id('tfg:create/shaped/contraption_controls')
event.shaped('create:wrench', [
'FBB',
'CAD',
'AE '
' BB',
' C ',
'AD '
], {
A: '#forge:rods/treated_wood',
A: '#forge:rods/wooden',
B: '#forge:plates/brass',
C: '#forge:small_gears/wood',
D: '#forge:screws',
E: '#forge:tools/screwdrivers',
F: '#forge:tools/hammers'
C: '#tfg:small_cogwheels',
D: '#forge:tools/hammers'
}).id('tfg:create/shaped/wrench')
event.shaped('create:goggles', [
@ -1534,11 +1532,11 @@ const registerCreateRecipes = (event) => {
'AEA',
'C C'
], {
A: '#forge:rings/gold',
A: '#forge:rings/brass',
B: '#forge:leather',
C: 'tfc:lens',
D: '#forge:screws',
E: '#forge:tools/screwdrivers'
D: 'tfc:glue',
E: '#forge:tools/hammers'
}).id('tfg:create/shaped/goggles')
event.shaped('create:analog_lever', [