TOGoS / TMCMR

TOGoS's Minecraft Map Renderer
http://www.nuke24.net/projects/TMCMR/
Other
45 stars 18 forks source link

List selected regions/tiles #26

Open markfickett opened 7 years ago

markfickett commented 7 years ago

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 mansions). It's very useful, since the images match the region files, but I added a little javascript so you can click to toggle regions, and get a list of the region IDs.

Demo: http://www.markfickett.com/tmp/tmcmr/tiles.1-8.html#r.-7.-3 then click on some tiles. You can also copy/paste the list of regions (if you paste in a new list it updates the highlighted tiles).

I know this is addressing my specific use case; so here it is in case it's useful, but no worries if it isn't something you want to add to your map generator.

This builds on my other pull request. (They should merge cleanly. Since the other one is so small I'm not worrying about splitting it out more separately; I'm not sure if there's a cleaner way to set this up on Github.)


This change is Reviewable

markfickett commented 7 years ago

Makes sense about keeping it simple.

There are a few things I'm using jQuery for:

So, doable, but a fair number of little changes. Since I've finished doing what I needed to with TMCMR I may not go to the trouble unless you'd really like to have region selection listing.