TMCMR icon indicating copy to clipboard operation
TMCMR copied to clipboard

TOGoS's Minecraft Map Renderer

Results 9 TMCMR issues
Sort by recently updated
recently updated
newest added

I'm using TMCMR to figure out which region files to delete from our map so we can re-explore nearby territory and find new stuff from the 1.11 update (llamas, woodland...

This old region/chunk format is used by Minecraft Beta 1.3 and up to Minecraft 1.2; it is supported by early versions of TMCMR until commit 2294e4b. This work has ported...

After upgrading my server to 1.13, TMCMR now gives the following error `Error reading chunk from /home/jon/minecraft/world/region/r.-1.0.mca at 31,25 java.io.IOException: Invalid tag type: 12. at org.jnbt.NBTInputStream.readTagPayload(NBTInputStream.java:180) at org.jnbt.NBTInputStream.readTag(NBTInputStream.java:103) at org.jnbt.NBTInputStream.readTagPayload(NBTInputStream.java:161)...

So I started updating the codebase to be able to load 1.13 worlds and, that might have escalated quite a bit. Through the process I rewrote almost every single line...

Third time's the charm. This time, there *really* should be no mistakes and it should merge nice and smoothly without ruining anyone's history - I did all the changes in...

I'd like to use TMCMR in my projects and will write a GUI for it and start programming in the next weeks. It will require some major changes and refactoring,...

Added -grid command line argument to overlay small crosses every 100 blocks, making it easier to measure distance on the map. I wrote a characterization test for BlockMap.load, then refactored...

Not really an issue, but I wrote a single file map viewer for TMCMR: https://github.com/talamus/world_map_viewer/blob/master/world_map_viewer.html It is not quite Google Maps, but it works for me.