Adding Modded Tools to Veinminer

Hi there, I'm running a modded server (Fabric v0.16.9, MC v1.20.1) for me and a friend. I'm trying to add tools from Tinker's Construct (or rather, a Fabric port of it called "Supporoform" v3.6.5.1) to Veinminer (Fabric mod v2.0.7). I found this support post (https://discord.com/channels/908621996009619477/1212422153090367578) on how to add modded tools to the datapack version. I was able to recreate the test used in the post by typing in
/scoreboard objectives add modded_pick minecraft.used:tconstruct.example_pick
/scoreboard objectives add modded_pick minecraft.used:tconstruct.example_pick
to the server console, and it worked. However, the original author said it started working after adding the scoreboard objective, so the ticket was closed. Mine hasn't started working. Is there any way to do this? If I need to switch to the datapack version and dig into the code to make this work, that would be fine. Thank you.
3 Replies
Miraculixx
Miraculixx6mo ago
The datapack and mod version works very different from each other. For the mod, modded tools should already work if fabric knows about them. Did you encountered any errors in console while using veinminer mod and tinkers construct tools? The datapack version works based on scoreboards, exactly. But you need to edit the scoreboards inside the datapack, simply creating them does not give veinminer the info that the tool exists. I still have no idea why it worked for him, maybe he overwrote the original scoreboard
Anna (she/her)
Anna (she/her)OP6mo ago
Given the rather hacked-together nature of the Supporoform TC port, and the other TC Fabric port "Hephaestus" that it's based on, I wouldn't be surprised in the slightest if the issue lies there. Maybe Fabric can't see the tools properly. I'm not familiar with how it all works though. I won't have much time to game over the next couple days, but I'll do some testing when I can and get back to you about console errors. If the Fabric version can't be fixed, I'm glad it sounds like the data pack will work with some modification. Thank you!
Miraculixx
Miraculixx6mo ago
Just ping me if you have any more questions or information to provide :)

Did you find this page helpful?