question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JEI.hide() not hiding

See original GitHub issue

Issue Description:

I’m aware this issue has been raised repeatedly, however after looking through the previous tickets I’m unsure if this issue has been fixed yet, or if it has if I’m doing something wrong. I originally thought that the issue was because I was using a wildcard for the item name (as recipe removal didn’t work either), however after specifying an item (<refinedstorage:grid> in this case) it removed the recipe successfully. It still refuses to hide the item however.

I’m trying to hide refinedstorage items in JEI using JEI.hide() not hiding items.

What happens:

Items still show in JEI

What you expected to happen:

Items hidden in JEI

Script used (Please Pastebin or gist your script, posting an unpasted or ungist’d script will automatically close this issue):

https://pastebin.com/7PyZu9pZ

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist’d file will automatically close this issue):

https://pastebin.com/b3ZjSS6t


Affected Versions (Do not use “latest”):

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2254
  • Crafttweaker: 1.10.2-3.0.24

Your most recent log file where the issue was present:

https://pastebin.com/TCk89DEV

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
fangedhexcommented, May 14, 2017

Hi, I searched a bit and found that IJeiHelper.getItemBlacklist() is now deprecated since Jei 4.2.1 : https://github.com/mezz/JustEnoughItems/blob/1.11/src/api/java/mezz/jei/api/IJeiHelpers.java#L25 Maybe that’s the problem ?

I tried myself to update the CraftTweaker Jei related code but it doesn’t seems to work and I don’t know if I’m doing something wrong or not 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to hide recipes in JEI in 1.16? : r/feedthebeast - Reddit
I'm aware that in previous version of JEI you could hide a recipe by going into Config Options -> Item Hiding Mode and...
Read more >
JEI - CraftTweaker Documentation
You can use this to hide entire JEI Categories (e.g. crafting recipes, furnace recipes, machine X recipes, ...). It accepts the category as...
Read more >
Just Enough Items (JEI) - Mods - Minecraft - CurseForge
Hide recipe categories when all their crafting catalysts are hidden ... Fix #656 IRecipeLayout#setRecipeTransferButton() does not work; Add better logging ...
Read more >
HideJEIEventJS
HideJEIEventJS. class dev.latvian.kubejs.integration.jei.HideJEIEventJS<T>. Extends EventJS. Events. jei.hide.items; jei.hide.fluids ...
Read more >
Hiding Items with JEI - Modder Support - Minecraft Forge Forums
Hi all, I am working on hiding mod items from JEI. I tried the following in my plugin class annotated @JEIPlugin implementing IModPlugin: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found