RecipeViewerEvents.removeEntries
#Example
RecipeViewerEvents.removeEntries('item', event => {
event.remove('minecraft:tipped_arrow')
event.remove('minecraft:splash_potion')
event.remove(Ingredient.of('minecraft:lingering_potion').except('minecraft:lingering_potion[potion_contents={potion:"minecraft:night_vision"}]'))
event.remove('minecraft:beetroot_seeds')
})