Randall Bruder
Randall Bruder
FYI instead of using the script to generate a Plex token for you (which of course it can't if you have Plex's 2FA turned on) you can just find an...
I think this tool is intended for people who have villager trading worked out—meaning you're getting enchanted books with only one enchantment and at the highest level. [There's another anvil...
Actually, I found the solution, on line 114, ```javascript if (Math.abs(count) > 1) { ``` should be: ```javascript if (Math.abs(count) !== 1) { ```
Made a pull request, let me know if I did this right
Bump. This is still an issue, and such a [simple fix.](https://github.com/hilios/jQuery.countdown/issues/240#issuecomment-266855064)
Just a heads up, the Sierra compatability issue is shown when you run /Fraise.app/Contents/MacOS/Fraise in Terminal: ``` objc[5411]: Objective-C garbage collection is no longer supported. ```