Project MMO

Project MMO

11M Downloads

Tconstruct tools not mining stone

ThaWolf324 opened this issue ยท 6 comments

commented

Im working on a mod pack for 1.20.1 using forge that heavily relies on tinkers construct tools, im using pmmo as a way to slow down early game and I ran into an issue with the tconstruct pickaxes. They can mine ores and everything else but can't mine any type of stone. I have tried several fixes such as making a data pack to add tinkers tools to pmmo. I have tried to use kubejs to add a event to register the tool but that just crashes the server and im kind of stuck it seems like it's working for the most part by allowing me to mine ores but not being able to mine stone is a deal breaker. Any help will be greatly appreciated. Also please keep in mind im a javascript newb

commented

Is it all types of stone or just minecraft:stone that cannot be mined. are you custom configuring the pmmo requirements for ticon tools or using the defaults we provide? if you have custom settings for ticon tools, share your pmmo datapack with here. Are you using any pmmo addons?

commented

It is all types of stone, no custom configs I'm using the defaults the data pack I tried to make was just a tool register, and I'm not using any add-ons for pmmo.

commented

I am unable to reproduce this error. The below attachment shows XP being awarded for stone while using a tinkers' pickaxe. The only mods present are pmmo and ticon, so the issue either lies with a mod conflict or a configuration issue.
Image

commented

Okay I appreciate your time thank you for looking into it I will try to find the conflict.

commented

Please update me if you do. I won't assume PMMO isn't a contributing factor here, but without a way to reproduce, I can't address the problem.

commented

I'm so sorry to have wasted your time. After a deep search, I found the issue was with tough beginnings, not pmmo. Thank you again for your time.