// key.name, itemId, toolMaterial
myExampleTool = new MyExampleTool("string.name", 234254, ToolMaterial.iron);
If you want something more complex, you need to extend from ItemToolPickaxe and add your code.
it’s the same process if you want do a your own:
ItemToolShovel
ItemToolSword
ItemToolAxe
ItemToolHoe