udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Rendering of the Nether/The End #215

Closed Sworddragon closed 10 years ago

Sworddragon commented 12 years ago

I can't find any option that c10t provides to select the subworld of a map. It would be nice if there is an option to select the level which should be rendered.

uap-universe commented 12 years ago

Currently the hellmode is supported by the option --hell-mode. I will put --the-end on my list but I don't assign this issue to me until I've really started working on it (giving someone the chance beeing faster than me ;) :D ).

Sworddragon commented 12 years ago

What about an option which allows to directly choose the level? If there will be more subworlds added in the future this will bloat up c10t with much new arguments. Maybe something like this with optional aliases: "--level 0", "--level 1", "--level hell". If the level is a number it should be checked if the subworld exist.

uap-universe commented 12 years ago

I like this approach. @udoprog should decide this, I will implement it then.