Veinminer on Realms
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!

12 Replies
@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
You can trigger it manually by entering
/function veinminer:setup
I am. It says it's enabled but I haven't tried starting
Thank you! It says loaded now but it's not working still ^^"
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.
Give me a second to try a work around
They should just add the function to the realms themselves lol instead of just being so wacky. Thank you for your time :)
Could you try this datapack instead (replace the old) and run the setup function again?
Sure~ On it :)
That worked!!!
Thank you so much!!!!
Glad to hear!
Only downside, you need to run this function everytime you restart your realm
That's okay! :)
is veinmeiner supposed to work every time without fail?
Yes it should work all the time
i had question what did you change to make this work
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
So the only changes are inside the setup and main function