Jump to content

No tool for pickaxe tools


SolidMercury

Recommended Posts

Am making mod pack for friends, i have avoer 200 mods and 1 of them is messing with pickaxes. My WAILA tells me what tool is needed to break a sopecific block, wood would show axe, dirt would show shovel but any block that normally would show pickaxe shoes no tool, that seemed odd so i got a pick and it's true, there are no tools that work with stone for example, not only for mining speed but it also does not drop the block either. how do i debug this? there is no error code to go off... do i need to start over? do i need to turn each mod off and make a new world each time to see if the picks work? there is a past thread that had the same problem, i cross refrenced every mod they mentioned, deactivated them in forge and ran the game, still nothing... idk what to try at this point

Link to comment
Share on other sites

Post a link to the logs/debug.log.

One of your mods has likely broken the "mineable with pickaxe" block tag.

If the log doesn't show an error while loading tags, the only way to find the mod is to experiment with removing mods until the problem goes away. (Backup your world before removing mods).

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

i have similar problem 
in mi case was the tags expecifical this one 

src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json
afther i realized i made some test and it frikkks up pickaxes if just mispell a block name and also if

yo put the name of a block in the list but forget to add the ".requiresCorrectToolForDrops()"  on declaring the block 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.