#Using regex to blacklist a mod from custom crafting recipe?
8 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of tags.js from @exotic carbon
Ingredient.all.itemIds.forEach(item => {
if (!dupeBlacklist.includes(item) && !/sophisticatedstorage:.*/.test(item))
event.add('kubejs:duplicatable', item)
})
seems to still be applying the tag
edited the snippet above ^