Applied Flux

Applied Flux

9M Downloads

Tag Export Bus doesn't recognize custom tags from KubeJS

TheLarkInn opened this issue ยท 1 comments

commented

It appears that custom tags that I've added via KubeJS:

  ServerEvents.tags("item", (event) => {
    event.add(`kubejs:ekof_processable_${rpm}`, itemName);
  });

Doesn't get recognized when referencing it inside of the Tag Export Bus:

image
image

Am open to contributing a fix if possible.

commented

it won't work when hot reload tags, if you restart game it should work.
it has been fixed anyway