I cant get the item to be hidden when putting it in the client scripts with:
// priority: 0
console.info('Hello, World! (You will see this line every time client resources reload)')
JEIEvents.hideItems(event => {
// Hide items in JEI here
// event.hide('minecraft:cobblestone')
event.hide('#forge:ingots/enderium')
})
