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

@ -5,7 +5,6 @@ const registerCreateRecipes = (event) => {
// Удаление рецептов мода create
event.remove({
not: [
{ id: 'create:crafting/kinetics/adjustable_chain_gearshift' },
{ id: 'create:crafting/kinetics/cuckoo_clock' },
{ id: 'create:crafting/kinetics/mysterious_cuckoo_clock' },
{ id: 'create:crafting/kinetics/smart_chute' },

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'
];