MCModify icon indicating copy to clipboard operation
MCModify copied to clipboard

WIP Java/C++ library for dealing with Minecraft files.

Results 20 MCModify issues
Sort by recently updated
recently updated
newest added

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

enhancement
minecraft
Java

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...

enhancement
design defect
Java

- [ ] Entity Location in Dimension - [ ] Entity Location in Region - [ ] Entity Location in Chunk - [ ] Entity Location in Block - [...

enhancement
design defect
Java

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...

bug
Java

- [ ] World - [x] Region (partial) - [x] Chunk (partial) - [ ] [new entity types] - [x] Map - [ ] VillageList - [ ] Village -...

enhancement
Java