Started by
BlazeClone
on
Topic category: Help with Minecraft modding (Java Edition)
my mod has a special tool which has a list of blocks its able to break, when i add any material that requires a tool to drop (such as stone) my special tool doesnt break it any faster and it doesnt drop, is there a way to make them drop?
Minecraft has a built in system that determines which tools are best for which materials. Stone materials by default require a pickaxe-type tool for their fastest mining speed. If your custom tool isn't in the pickaxe category, it won't mine stone any faster. If you're trying to make a tool capable of breaking a specific set of blocks, you may just have to make a special procedure for it. As far as I can tell, there isn't a way around the tool system.