Pick Up Notifier [Forge & Fabric]

Pick Up Notifier [Forge & Fabric]

21M Downloads

[Bug]: Wildcard not working

RSNFreud opened this issue · 5 comments

commented

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.18.2

Mod Version (Required)

3.2.1

Notes (Required)

The wildcard doesnt seem to be working - not showing any items when wildcarded:

{ "inverted": true, "items": [ "the_vault:*" ] }

latest.log (Optional)

https://mclo.gs/hkNoMUI

commented

Seems to be a Puzzles Lib issue:

[21:16:06] [Render thread/ERROR] [Puzzles Lib/]: Failed to read default.json in config directory: net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: architects_palette:*
commented

That’s an issue too but not the cause. This line appears when no matches for the wildcarded entry were found. I still need to investigate with the Vault Hunters modpack what might be the cause

commented

So it’s an issue specific to that mod pack? Weird.

commented

No, it's just that the issue is reproducable there since I wasn't able to do it in my dev environment with just Pick Up Notifier present.

Anyways, the issue is fixed now. You guys need to update Puzzles Lib to v3.3.6, Pick Up Notifier doesn't need an update.

commented

Top, TYVM <3