Playing with the datapack and it just isn't working. Running the commands brings up an empty list (pic) and so I think I just don't have any pickaxes enabled? However, I don't know HOW to enable them!
@EchoNeko are you running the datapack on a Realm? The "start" function seems to never triggered while starting the pack, which is a common bug on realms
Realms... For context, datapacks have a little "config" that tells minecraft which functions to run on start (like setup) and which functions should run every tick. This works everywhere except on some Realm servers for no reason and is on the bug tracker for ages.
Basicly, Minecraft Realms does not trigger the setup tag which normaly works everywhere. Veinminer uses this tag to start checking for block breaking. I moved all the setup logic into the tick function and manually scheduled it every tick