#Basic question bout my code:

5 messages · Page 1 of 1 (latest)

burnt eagle
#

i am trying to remove three recipes of three items. according to JEI the recipe ids are right. if i do it with ingredients and just remove the recipes with the ingredients it works tho

cinder gustBOT
#

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

glacial oasis
#

your filter is incorrect if I understand what you are trying to do correctly

#

the {} block within the event.remove() method is a filter for what to remove

you are currently filtering by input, but if you want to filter for recipe id's, you need to use id instead

[].forEach(recipeID => event.remove({id: recipeID}));