Zeno410 / UndergroundBiomesConstructs1.10

Underground Biomes Constructs for Minecraft 10.2
7 stars 28 forks source link

Proper Harvest Level and Tool for UBStone #2

Open Baalith opened 7 years ago

Baalith commented 7 years ago

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 :)