Trenton H
Trenton H
[Biome Painter](http://www.minecraftforum.net/topic/1119044-tool-biome-painter-08-edit-your-minecraft-worlds-biomes/) is one possibility. It looks like it would be time intensive, requiring hand drawing in the biome areas. It also seems to have some problems, possibly from the...
I opened the world in Minecraft Server 1.2.5, which converts the entire world, as opposed to just nearby chunks, then copied over the biome data only to an otherwise unchanged...
@macfreek I've added the script I made to a branch with commit 3ae35064f7b0b14ade14b93fe1291d0fdf16d0f8.
@macfreek. I've created the documentation branch as you described above. Since you cherry-picked, should I still create a pull request, or is that missing a few of the commits? On...
My opinion would be to remove the `get_chunks` and rename `iter_chunks`. I think usual usage is moving through the chunks, and not often needing caching of chunks for later access....
I'm not exactly sure which non solid blocks are checked, but I made a quick fix for this. It will now differentiate between solids and some non solids. Currently, the...
If I directly set the underlying IMAP4 object's encoding, login will succeed: `m_box.client._encoding = "utf8"`, though setting a member like that seems pretty incorrect.
Unfortunately, it appears the capability enable requires the client to be authorized. I think you're right, the RFC doesn't say that login can accept a charset, so that implies it...
Was there every resolution to this? Did manually escaping the package name before using the API work?
Does the recent release of [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0) mean this is likely to be in esphome more easily now? It specifically mentions "Support for ESP32-S2"