#unable to create custom tools
3 messages · Page 1 of 1 (latest)
For 1.21 it would be as folows:
public static ToolItem POTATO_PICKAXE = new PickaxeItem(PotatoToolMaterial.INSTANCE, new Item.Settings());
The other variables (e.g. 1.0f and 2.8f are part of the tool material)
so it is set in the tool material class got it thx bro