I am currently creating a mod that requires some of the blocks to have a harvest level.
This is not very specific I know, but all I am asking for is something basic.
It is implied that you must add the ".setHarvestLevel( [tool], [level])" method as part of the initialize Block event, but doing this produces an error. "Type mismatch: cannot convert from void to Block" As I look around the internet for help, I find none, and looking for tutorials seems to not work either, as there are none.