I'm trying to remove the create fan recipes categories from showing in JEI+EMI.
What I have tried:
client.js:
JEIEvents.removeCategories(event => {
console.log(event.categoryIds) //log a list of all category ids to logs/kubejs/client.txt
event.remove('create:fan_blasting')
})
The client log:
[13:09:41] [INFO] client.js: [minecraft:crafting, jei:information, cold_sweat:boiler, cold_sweat:hearth, cold_sweat:icebox, cold_sweat:sewing, create:item_application, create:mystery_conversion] [java.util.ArrayList]
I can't remove the actual recipes (or atleast I haven't figured out how), they're auto-generated from blasting recipes.