You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: