I've noticed that the UBStones don't have any setting for the use of which tool at which harvest level.
Maybe you can check this and add this to the 1.10 and the 1.11 beta version.
EDIT:
I was hinting to this line of code which is missed in UBStone:
this.setHarvestLevel("Tool", Level);
For ex. : this.setHarvestLevel("pickaxe", 3);
Maybe you can add an enum which holds the different tool levels for the different stone types (metadatas) which is called by this function.
Best regards :)
Hi,
I've noticed that the UBStones don't have any setting for the use of which tool at which harvest level. Maybe you can check this and add this to the 1.10 and the 1.11 beta version.
EDIT: I was hinting to this line of code which is missed in UBStone: this.setHarvestLevel("Tool", Level); For ex. : this.setHarvestLevel("pickaxe", 3);
Maybe you can add an enum which holds the different tool levels for the different stone types (metadatas) which is called by this function. Best regards :)