im trying to use the jei integration, as documented on the wiki https://wiki.latvian.dev/books/kubejs-legacy/page/jei-integration but nothing seems to change
Here is the script im trying (and yes, it is in "client_scripts" folder and yes i have tried fully restarting in case it needed that to take effect)
onEvent('jei.information', event => {
event.add('kubejs:sturdy_brick', ['Create bulk blasting', 'yields seared brick'])
})```
All JEI events are client sided and so go in the client_scripts folder
Sub-types
onEvent('jei.subt...
