#IE Squeezer - unable to remove recipes using recipe ID

5 messages · Page 1 of 1 (latest)

obtuse wedge
#

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})})
still barnBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

obtuse wedge
dreamy ingot
#

send your kjs server log

obtuse wedge
#

Never mind, I took a break from coding, came back and now the recipe is gone as intended. And yes, I saved the file and did a /reload before. If it works, it works, thanks anyway.