heres the gist link https://gist.github.com/johnfg12/3cc6512dba006797ff1791890cad710e
the main issue is with this line WorldGenMinable worldgenminable = new WorldGenMinable(block, maxVeinSize, generateIn);
the second part new WorldGenMinable(block, maxVeinSize, generateIn); gives me a error saying The constructor WorldGenMinable(Block, int, Block) is undefined. as im really new to this i cant work out how to sort this error out any help would be greatly appreciated thanks