Jason Yuan
Jason Yuan
Using [this schematic specification](https://github.com/SpongePowered/Schematic-Specification) allows for 1.13+ blocks (I've used it up to 1.15.x). It's also the one used by the WorldEdit plugins.
Interesting. I seemed to have forgotten to catch a `NoSuchElementException` thrown by Selenium on that line, which I have now addressed in 28341fb. Are you sure you put the right...
That is really weird... I just downloaded Python 3.9 on my Windows system and it seems to work fine. I also tried modifying the `options.add_argument()` line top put my Firefox...
In that case, make sure that you're inputting the path using double backslashes. For example: `"C:\\Program Files\\Mozilla Firefox\\firefox.exe"`.
> In that case, make sure that you're inputting the path using double backslashes. For example: `"C:\\Program Files\\Mozilla Firefox\\firefox.exe"`. Same goes with the geckodriver executable in `config.py`, unless it's in...
Sorry about this guys! I'll look into it soon!