#Can KubeJS un-hide items from JEI that are hidden by default?

6 messages · Page 1 of 1 (latest)

cerulean cairn
#

JEI does not show items that do not appear in any creative tabs- the likes of the dragon egg, command block, Create's chromatic compound, shadow steel & refined radiance, etc. I am wondering, can KubeJS be used to either add an item that doesn't appear in a creative tab to a tab so JEI can show it, or just make JEI show such items anyway? I am looking to make Create's create:chromatic_compound specifically appear in JEI.
If this is possible, how would I do it? I failed to find an applicable example on the wiki (though maybe I'm blind).

oblique vaporBOT
#

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

green cedar
#

Here ya go:

  event.add('create:chromatic_compound')
})```
wicked shadowBOT
#

You can add and hide things in JEI/REI with KubeJS, and the wiki has a page on those!

cerulean cairn
#

Sweet. Thank you!