I'm currently trying to change the way some items show up in jei, and i'm struggling with the creative inventory side of things. How can I make it so that custom items I added with kubejs don't show up in the creative inventory, and how do I make certain normally hidden items that aren't in the creative inventory show up in the creative inventory?
currently I've got
RecipeViewerEvents.addEntries('item', event => {
event.add('garnished:sepia_fungus_colony')
})
RecipeViewerEvents.removeEntriesCompletely('item', event => {
event.remove('kubejs:incomplete_gun_table')
event.remove('kubejs:incomplete_ammo_part')
event.remove('kubejs:incomplete_40mm')
event.remove('kubejs:incomplete_rpg_rocket')
})
but it only works in jei.