KCoombes wrote:Very nice utility, but...
1. Can't load save file? (greyed out)
The answer to both of these points is really that I didn't have time to do everything, so aimed to get it to a point where it was stand-alone useful, and wouldn't matter too much if/when someone worked on additional features.
The "Open save game" menu is currently only enabled when using a Minecraft profile, ideally one day the ability to load Minetest games will be implemented - adding support for parsing the map_meta.txt, and showing player locations.
KCoombes wrote:2. Needs a utility to create other mapgen biome lists (like Ethereal, CaveRealms, etc) - yes, can be done manually, but would be better if other mapgen files could be added into your application.
There's currently two ways to add other biome files:
- the user adds more biome.mt files to the biomes directory. (json format - use the existing ones as templates)
- have people create biome profiles/templates for mods they care about and add those to the list of biome profiles the application comes with built-in.
You wording is slightly ambiguous, what would the utility be? A built-in native editor that edits the biome.mt files?