I've been trying to follow the steps on the wiki, but the game just doesnt like it for whatever reason-
here is the scrip for tag handling:
pe.forEach(pe_item => {
event.add('randomium:blacklist', pe_item)
})
ec.forEach(ec_item => {
event.add('randomium:blacklist', ec_item)
})
macaws.forEach(mcw_item => {
event.add('randomium:blacklist', mcw_item)
})
and here's the script for the regex handling:
const pe = Ingredient.of(/projecte.*/)
const ec = Ingredient.of(/everycomp.*/)
const macaws = Ingredient.of(/mcw.*/)