Mods have a default block ID range, but actual block IDs for specific worlds may vary based upon other installed mods and configuration settings. Unmined will able to read block IDs from mod configuration files and will have an easy tool for setting up block IDs manually:
Category Archives: Uncategorized
ExtraBiomesXL
Testing ExtraBiomesXL:
Video
Zerg have created a nice video about Unmined:
http://www.youtube.com/watch?v=5xOsux8sBvg
Good news
Finally I have fixed all the bugs and I’m preparing a prerelease now. What we have is a full multi-threaded and double-cached processing and rendering engine with layer support, and it’s suitable for creating editor tools and huge amount of new map features.
Home screen
Custom block support
I’ve created a configuration set for Trees++. It will be available in next release.
Vanilla blocks:
Trees++ blocks:
Tabbed interface
Work in progress
Next release will have:
- Tabbed document interface
- More settings
- Configuration files
- Custom blocks and biomes
- Faster zoom, more levels
- Google maps generator
Live map and the bridge mod
Mojang has changed the chunk saving code in Minecraft Snapshot 12w21b, it seems that newly created chunks are not saved until they are dropped from the chunk cache. Unmined cannot access chunks until Minecraft saves them, so this will add a significant delay when using live map.
These delays could be completely eliminated by creating an API mod that acts a bridge between Unmined and Minecraft and can be used by Unmined to access unsaved chunk data and other in-game information like player positions in real-time. Unmined is not meant to be an in-game navigation tool since writing a mod is much better way to do this (I use Rei’s minimap), but updating the map as soon as possible can be important and showing player positions in real-time would be cool.
Writing an API mod and a Bukkit plugin would open the possibilities for adding in-game tools to Unmined like in-game editing, teleporting players, setting up permissions and protected areas, reverting user changes and more. Mapping a remote server would be also possible.
What do you think about this?
Online maps
Online maps are coming soon. An example map of 4096 x 4096 blocks is available on the left.