#any idea why this makes a list of [null]?
21 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of ore_tags.js from @cunning edge
why would c:ores work 
no idea! it's listed as a tag when i look in rei though
O.o
but forge:ores does the same thing and has the same problem
are you trying to get a list of items that have the tag?
try this
ServerEvents.recipes(e => JsonIO.write('kubejs/ore_tags.json', {tags: Ingredient.of('#forge:ores').itemIds}))
cuz by then (recipe event) tags should be fully loaded, which eliminates a potential issue with the previous one
this whole thing is leftover from kjs 5 when i had to do tags and recipes in a separate event, didn't realize i could just put them in the same script now
:D