Similar issue to #1273725689236815952 message
I'm running EMI with KubeJS version 2001.6.5-build.14, trying to hide specific recipes.
JEIEvents.hideItems(event => {
event.hide(/thermal:.*_block/)
})
works for hiding items, but
JEIEvents.removeRecipes(event =>{
event.remove("minecraft:crafting", "minecraft:crafting_table")
})
does not work for hiding specific recipes.
What gives?