Mods cannot hide items in HEI
freopt opened this issue ยท 5 comments
For example, Chisels and Bits, Facades, Flat Colored Blocks.
CraftTweaker hiding does work, however
Regarding CraftTweaker -
I did
mods.jei.JEI.hide(<appliedenergistics2:facade>);
And when loading with HEI nothing happened, but with loading JEI the facades went away as they should.
I actually had to turn on HEI hide mode and then just set them to be hiden and make sure I ship the hidden config.
Just ran another test here.
Vanilla is good, another two random mods are working, then I add ae2 and the items from that mod don't go away..
I can continue this by adding Chisel and flat colored blocks to see what happens.
freopt is correct, it is indeed an odd little bug, tested on my end. And craft tweaker does not work for everything, AE2 and multiple shades of flat colored blocks being an example.
It would seems that multiple items with the same "Modid:ItemId" do not get listened too for some reason.