ServerEvents.tags('block', event => {
const path_array = ['rnr:base_course', 'tfc:salt_water', 'tfc:river_water', 'minecraft:water']
path_array.forEach(block => {
event.add('via_romana:path_block', block)
event.add('tfc:paths', block)
})
})
Trying to add path tags to these blocks. Tags are not showing up in JEI and seemingly not working in via romana either. First time using kubejs. This is located in server_scripts. Using neoforge not forge. Reloads without errors.