I have a script that looks like this in my server scripts folder:
ServerEvents.tags('item', event => {
event.remove('extractinator:rare_drops', 'galosphere:raw_silver')
event.remove('extractinator:rare_sand_drops', 'galosphere:raw_silver')
})
But even though I'm reloading and it says I have no KubeJS errors, the item 'galosphere:raw_silver' still has those two tags. They haven't been removed. Not sure what's wrong?