here is my code
`const hiddenItems = [
'minecraft:cobblestone',
];
JEIEvents.hideItems(event => {
// Hide items in JEI here
hiddenItems.forEach(item => {
event.hide(item)
});
})`
[10:20:35] [INFO ] client_scripts:script.js:3: Hello, World! (You will see this line every time client resources reload) ! [10:20:35] [ERR] #9: Error loading KubeJS script: client_scripts:script.js': ReferenceError: "JEIEvents" is not defined. (client_scripts:script.js#9) [10:20:35] [INFO ] Loaded 0/1 KubeJS client scripts in 0.023 s