removed adjustable chain gearshift because you could get around greate with it
This commit is contained in:
parent
4b60d9b888
commit
87dc55582d
2 changed files with 2 additions and 2 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue