legobmw99 / Allomancy

Brandon Sanderson's Allomancy, now in Minecraft
https://minecraft.curseforge.com/projects/allomancy
GNU General Public License v3.0
23 stars 18 forks source link

GetEffectiveTool on lead returns "pick" #9

Closed Raycoms closed 7 years ago

Raycoms commented 7 years ago

Like I wrote in the title.

I'm from the minecolonies team and we add workers to the game which use tools to mine for the player etc.

We're using the correct minecraft strings to determine which tool our worker has to use to mine a block.

Unfortunately, your block does return "pick" and not "pickaxe" and does therefore cause exceptions being thrown.

Could you fix that?