njs50 / poe_ext

Path of Exile Inventory Management and Crafting Helper (Chrome Plugin)
http://njs50.github.io/poe_ext/
27 stars 14 forks source link

Add craftedMod parse #40

Closed chrisliuqq closed 9 years ago

chrisliuqq commented 9 years ago

By using the same way to parse new feature "craftedMods" in the extension.

I am creating a extension for POE-Taiwan Server according to your extension, and I found there's a new mod - craftedMods - in json data which server returned.

craftedMods is who adding the mod by the Master, so I made a little modification to the code.

njs50 commented 9 years ago

i've squashed this, tidied up some lint errors and merged. new version is 0.86. you might want to confirm i didn't break anything when i changed it, i don't think i have any items with craftedMods on them to test with

chrisliuqq commented 9 years ago

oh, sorry for reply late, I didn't receive any notification from github, maybe in spam... I'll re-check them. Thanks for your kindly fix and merge. I should check the format and indent first.

I will ask my friend who has international server account to make sure that works or not.