Zerokyuuni / Ex-Aliquo

Companion to Skyblock Companion, Ex Nihilo
MIT License
10 stars 12 forks source link

Fixed pickaxe recipe detection #14

Open Zot201 opened 10 years ago

Zot201 commented 10 years ago

The pickaxe recipe detection was not working in obfuscated environment since a srg name for the reflection is missed.

With the srg name, the AliquoMaterial.getToolEnumFromRecipe method should give meaningful results instead of returning null all the way. In turn, we can choose to add the hammer recipes only if the the corresponding pickaxe recipes exist.

Zot201 commented 10 years ago

Sorry for leaving that bug long time unsolved.