Wondering if I am hiding these items incorrectly in client scripts as JEI sometimes stops showing recipes all all items. Thinking it might be related to this hiding script.
// priority: 0
JEIEvents.hideItems(e => {
e.hide(/^waystones:.*sharestone$/)
e.hide(/^waystones:.*scroll$/)
e.hide('waystones:warp_plate')
e.hide('waystones:portstone')
e.hide('waystones:warp_stone')
e.hide('waystones:warp_dust')
e.hide('waystones:attuned_shard')
})