MCModify
MCModify copied to clipboard
WIP Java/C++ library for dealing with Minecraft files.
Hi! I am the author of [Wurfel Engine](https://github.com/BSVogler/WurfelEngineSDK). I would like to add a Minecraft map import to the engine. I just want to read the Minecraft save files in...
http://minecraft.gamepedia.com/index.php?title=Map_item_format&diff=778280&oldid=777084
Reading und writing a whole region in one single I/O process is, as far as I understand the code, not possible at the current state of the library. That results...
- [ ] Entity Location in Dimension - [ ] Entity Location in Region - [ ] Entity Location in Chunk - [ ] Entity Location in Block - [...
Hello, I'm trying to edit chunks in different regions files (r.1.0.mca for example) but it doesn't seems to work. The edited chunks aren't rendered in Minecraft, meaning that they are...
- [ ] World - [x] Region (partial) - [x] Chunk (partial) - [ ] [new entity types] - [x] Map - [ ] VillageList - [ ] Village -...