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!
No description
12 Replies
Miraculixx
Miraculixx16mo ago
@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
EchoNeko
EchoNekoOP16mo ago
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 ^^"
Miraculixx
Miraculixx16mo ago
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
EchoNeko
EchoNekoOP16mo ago
They should just add the function to the realms themselves lol instead of just being so wacky. Thank you for your time :)
Miraculixx
Miraculixx16mo ago
Could you try this datapack instead (replace the old) and run the setup function again?
EchoNeko
EchoNekoOP16mo ago
Sure~ On it :) That worked!!! Thank you so much!!!!
Miraculixx
Miraculixx16mo ago
Glad to hear! Only downside, you need to run this function everytime you restart your realm
EchoNeko
EchoNekoOP16mo ago
That's okay! :)
KJH
KJH14mo ago
is veinmeiner supposed to work every time without fail?
Miraculixx
Miraculixx14mo ago
Yes it should work all the time
<n> Piter </n>
<n> Piter </n>10mo ago
i had question what did you change to make this work
Miraculixx
Miraculixx10mo ago
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

Did you find this page helpful?