#Removing the create fan recipe categories

14 messages · Page 1 of 1 (latest)

gentle flicker
#

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.

signal minnowBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

gentle flicker
#

none o the create autogenerated recipes seem to be removable, or atleast I can't igure out how to remove them

#

create:an_blasting, create:automatic_shaped, create:automatic_packing, etc

#

(my letter that comes ater e in the alphabet is broken on my keyboard, apologies i its missing sometimes)

gentle flicker
#

wait I may have done it

#

using the jei namespace instead of create

#

seems to work for some reason

#

guessing its emi causing that to be needed

#

hm only worked on automatic_packing so far though

#

jei:fan_blasting still didn't remove the fan category

#

I may just use EMI ilters instead

sharp wing
#

As far as I know, you can't remove bulk blasting recipes case by case because they're all auto-generated from the normal blasting recipes. Either you need to remove the blasting recipe or I think there is a config to disable all of them in the create server config.

#

But if you only want to remove them from jei or emi then idk, probably possible.