[1.16] jei.hide.items event never fires
NielsPilgaard opened this issue ยท 1 comments
The below code does nothing, although taken from the example provided in your Discord
console.log('Hiding items in JEI, pre-event');
events.listen('jei.hide.items', (event) => {
console.log('Hiding items in JEI');
// event.hide('/\\w+:\\w+_spawn_egg/');
// event.hide('/minecraft:lingering_potion/');
// event.hide('/minecraft:splash_potion/');
event.hide('appliedenergistics2:facade');
});
The console log at the top shows in the log, the one within the event does not.
kubejs-2.7.2.56