Results 38 comments of Querz

That looks very nice. Excuse me if i'm a little illiterate regarding Linux, I'm just not working too much with it. How does deployment work with this, when I publish...

Did you install MCA Selector through the Windows installer or are you running the universal jar file? Because that Java version (1.8.0_311-b11) is not the one running it. MCA Selector...

Try to clear the cache by using `View --> Clear all cache`.

This sounds interesting, but is only really possible to do in real-time with single player worlds (which then again is pointless). The problem is that the player's location is saved...

That's a very specific request but reasonable. It would only make sense for versions 1.12.2 and below though. Because of that I would also implement it for command line use...

I currently don't have much time on hand to implement a button mapping in the next release. To have a compromise until then I added the arrow keys as an...

[Release 1.16](https://github.com/Querz/mcaselector/releases/tag/1.16) adds a render height slider, but having a layered overview of caves and underground structures would be nice. I'm going to see what I can do.

`setPaletteIndex` does not change the size of the `blockStates` array (as stated in the javadoc). You will have to know its size beforehand or adjust its size manually.

You *could* set the initial length of the `blockStates` to its maximum length (4096) and at the end after creating a new Section object call `cleanupPaletteAndBlockStates`, but then you could...

This happens when a world has been updated using `forceUpgrade`. For some reason Minecraft converts Entities, TileEntities and some other lists into a LongArrayTag when a chunk hasn't been fully...