#want to bulk remove recipes in Mekanism

4 messages · Page 1 of 1 (latest)

tired trail
#

i want to for instance, remove all the "upgrade" recipes from basic to advanced
i can use event.remove and the path im looking for is mekanism:factory/advanced/, but after this i dont know what to do

slender girderBOT
#

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

pulsar igloo
#

by path do you mean recipe ID?

#

if yes, you can do something this

e.remove({ id: /^mekanism:factory\/advanced\/.+/ })