Maybe I'm looking in the wrong place, but I can't find ToolAxe etc. anyplace, and that was viable in 1.13 all I see now is
ToolItem extends TieredItem
I'm trying to get my feet wet again haven't modded since early 1.12. =/
It seems that the constructor is fairly similar, it wants an offset damage, attack speed, IItemTier of which I've made my own IItemTier enum material etc.
But I'm lost as to what effectiveBlocksIn is and how I use it, as well is the builder for Properties the same as normal items?
public static Item magic_axe = new ItemMagicAxe(-1.5f, 5f, ToolMaterialList.magicMaterial, NotSureWhatIPutHere, WhichPropertiesGoHere?);