l0b0 / mian

Mine analysis - Graph blocks to height in a Minecraft save game
https://github.com/l0b0/mian/wiki
GNU General Public License v3.0
14 stars 4 forks source link

Prepare for more dimensions #7

Open l0b0 opened 13 years ago

l0b0 commented 13 years ago

DIM-1 (Nether) is probably just the start. Make the code flexible enough to handle any number of dimensions.

Fenixin commented 13 years ago

This is probably true! Notch said he's working in some new air dimension.

l0b0 commented 13 years ago

There's the Aether mod in any case, which uses DIM-3.

Fenixin commented 13 years ago

That mod looks awesome, but if we want to support non vanllia maps we also need a way to support non vanilla blockids. Mmmh... that sounds good.

l0b0 commented 13 years ago

Maybe extract block IDs to a separate key/value file, which would be easy to copy and modify to support any mod. Then add a single configuration entry to a separate file with the name of the file to use, so users don't have to overwrite the original.

Fenixin commented 13 years ago

Sounds good, but maybe has the problem that we have to maintain the mod blockid files... well, maybe mian users can do this :)

Fenixin commented 12 years ago

The last pre-releases have a new dimension, The End is called, something like a aether dimension, but it's not stored in the hard drive! Let's wait for the final release...

Fenixin commented 12 years ago

Didn't want to close