[Bug]: Wildcard not working
RSNFreud opened this issue · 5 comments
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)
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:*
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
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.