I am attempting to use this to remove all recipes that have an input of #thermal:crafting/dies but only if they don't have an input of thermal:press_gear_die, but it doesn't seem to be working, instead it just removes all the ones with #thermal:crafting/dies
e.remove({ not: { input: 'thermal:press_gear_die' }, input: '#thermal:crafting/dies' });