Results 33 comments of Querz

I do not plan to implement support for the bedrock edition world format anytime soon. I will look into this however and see what I can do when I have...

I have been looking into this, unfortunately there doesn't seem to be an official java library to read Mojangs custom LevelDB. Still investigating.

The problem with the library by Tinfoiled is that it only supports the ZLIB compression type, but newer Minecraft worlds actually use raw ZLIB compression. I found a fork of...

Does anyone have experience with Minecraft Bedrock textures and block models? For Java Edition, I'm currently creating color mappings to render the top-down view in MCA Selector by looping over...

Apparently Bedrock servers send a ton of data to the client during the connection process, including the complete block palette of all registered block states on the server (see https://wiki.vg/Bedrock_Protocol#Start_Game)....

I thought about this a little bit. There are 2 ways this could work: * Connect to the server and pull all the MCA files, then generate the map and...

3 things: - It is nice that you minimized the size of the png files, but please could you give a little bit of detail about how you edited them?...

I cannot reproduce this. I tried selections with chunks from multiple regions as well as selecting full regions, and inverted selections.

Just to make it clear: You are trying to open a world save of Minecraft Java Edition, and when selecting the world save folder containing sub-folders named `region` or `poi`...

The OOM error happens because the NBT Editor runs out of memory when it tries to turn the entire NBT structure into tree items, not the file parsing. I'll have...