Hi! Title says it all, I am trying to remove two recipes from the IE Squeezer, but for some reason it doesn't work. Please consult the code below for any reasons as to why it wouldn't remove the recipe. Yes, I have KubeJS IE installed
const recipe_ids = [
'immersiveengineering:squeezer/graphite_dust',
'immersivepetroleum:squeezer/graphite_dust'
]; recipe_ids.forEach(i => {event.remove({id: i})})