Heya, basically I want for the required matching item to accept tags in my LootJs script
event.addBlockLootModifier(/.*:.*_leaves/).randomChance(0.8).matchMainHand(Item.of('#forge:tools/knives').ignoreNBT()).addLoot('kubejs:plant_fiber')```
It doesn't seem to work. I tried` Ingreditent.of` instead of `Item.of,` but had no luck.
Any idea how to make it work?