KubeJS

KubeJS

61M Downloads

JEIEvents.removeCategories not working with EMI installed

Exzept1on opened this issue ยท 7 comments

commented

Minecraft Version

1.20.1

KubeJS Version

kubejs-forge-2001.6.4-build.120

Rhino Version

rhino-forge-2001.2.2-build.18

Architectury Version

architectury-9.1.12-forge

Forge/Fabric Version

Forge 47.2.6

Describe your issue

Run the game with the mods installed and try to hide the categories, voila, nothing works.

Modlist:

  1. jei-1.20.1-forge-15.2.0.27
  2. emi-1.0.30+1.20.1+forge
  3. KJS
  4. Rhino
  5. Architectury

Then try to hide, for example, 'minecraft:campfire_cooking'
See nothing works

My script:
image

Crash report/logs

No response

commented

JEI Events don't properly work when EMI is installed. Check if they're removed without EMI.

Still not, maybe I'm idiot, but :(
image
image

commented

JEI Events don't properly work when EMI is installed. Check if they're removed without EMI.

commented

The campfire category id is minecraft:campfire, that is your issue.

commented

In any case, the problem with hiding categories with emi installed has not been fixed

commented

This might be on EMI's end, if they don't check for if a category is hidden.

commented

Actually, can you test with a non vanilla category, like one added by a mod?

commented

Closed, because EMI adds own methods to hide/add items/categories and etc