fixed recipes for glass panes, hid most of create:connected for crimes against greate

This commit is contained in:
Pyritie 2025-04-23 23:10:07 +01:00
parent fb47aa38f1
commit b2e3097cc4
6 changed files with 134 additions and 30 deletions

View file

@ -0,0 +1,14 @@
// priority: 0
global.CREATE_CONNECTED_DISABLED_ITEMS = [
'create_connected:encased_chain_cogwheel',
'create_connected:parallel_gearbox',
'create_connected:vertical_parallel_gearbox',
'create_connected:six_way_gearbox',
'create_connected:vertical_six_way_gearbox',
'create_connected:brass_gearbox',
'create_connected:vertical_brass_gearbox',
'create_connected:shear_pin',
'create_connected:control_chip',
'create_connected:incomplete_control_chip'
]