RecipeViewerEvents.removeCategories
#Example
RecipeViewerEvents.removeCategories(event => {
// Hide REI's tag category
event.remove('minecraft:plugins/tag')
event.remove('emi:tag')
})
RecipeViewerEvents.removeCategories(event => {
// Hide REI's tag category
event.remove('minecraft:plugins/tag')
event.remove('emi:tag')
})