fixed all the greate mess

This commit is contained in:
Pyritie 2025-08-06 00:40:28 +01:00
parent b42479cd34
commit 1dce4d76a4
13 changed files with 399 additions and 143 deletions

View file

@ -19,22 +19,22 @@ const registerCreateConnectedRecipes = (event) => {
'create:andesite_casing',
'#forge:plates/wrought_iron',
'create:speedometer',
'#tfg:shafts',
'#forge:shafts',
]).id('create_connected:crafting/kinetics/centrifugal_clutch')
// Freewheel Clutch'
event.shapeless('create_connected:freewheel_clutch', [
'create:andesite_casing',
'#forge:plates/wrought_iron',
'#tfg:shafts',
'#tfg:small_cogwheels',
'#forge:shafts',
'#forge:cogwheels',
]).id('create_connected:crafting/kinetics/freewheel_clutch')
// Overstress Clutch
event.shapeless('create_connected:overstress_clutch', [
'create:andesite_casing',
'#forge:plates/wrought_iron',
'#tfg:shafts',
'#forge:shafts',
'create:electron_tube',
]).id('create_connected:crafting/kinetics/overstress_clutch')