Topic category: Help with Minecraft modding (Java Edition)
So I tried to look for similar topics, and found nothing, so I'm now asking for myself. All of my custom blocks that required either a pickaxe or axe to mine are suddenly not mined faster with vanilla tools. They all have the "tool able to destroy it" set to either pickaxe or axe, and "requires correct tool for drops" is checked. The hardness values are also normal. I should also note that all custom blocks that had the tool set to undefined could be mined normally with the hand. All of them were working fine, until I installed Nerdy's Geckolib plugin. Suddenly, every single normal block that wasn't a Geckolib animated block was removed from the mineable/pickaxe and mineable/axe tag and only the animated blocks were left in the tags. I've tried adding the blocks to the tags manually with the tag element, but once again, they are all removed from each tag as soon as I build the workspace in any way. If this is related to the geckolib plugin, then why? I don't understand why it would affect the blocks like that. Any help would be much apprectiated.
Edit (late): It was indeed a bug with the geckolib plugin, and the most recent version of it fixes the issue.
maybe what you can do is manually add them, you make a new tag, you then make the tag: mineable/axe or mineable/pickaxe or something similar, and then replace "forge" by "minecraft", then add your blocks to the tag and they are (normally) added to the vanilla tag, i hope this helps
This may be a necropost, but I had the same issue and I even posted something like that to try to find a response. Thank God I discovered this topic, I got it fixed!
It doesn't work for me for some reason
I have the same issue