removed adjustable chain gearshift because you could get around greate with it

This commit is contained in:
Pyritie 2025-04-23 22:15:23 +01:00
parent 4b60d9b888
commit 87dc55582d
2 changed files with 2 additions and 2 deletions

View file

@ -292,5 +292,6 @@ global.CREATE_DISABLED_ITEMS = [
'create:chest_minecart_contraption',
'create:mechanical_pump',
'create:peculiar_bell',
'create:haunted_bell'
'create:haunted_bell',
'create:adjustable_chain_gearshift'
];