diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 08351153d..d50ba807d 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -40,8 +40,13 @@ local function register_biomes() Other intentionally missing biomes: * River (generated by valleys and v7) - * Plateau (terrain only) - * Mesa (Bryce) (terrain only) + * Some Plateau biomes + * Mesa (Bryce) + + TODO: + * Extreme Hills+ M + * Jungle M + * Better beaches (varying height) Tricky are the beach (esp. stone beach) and mushroom island biomes as they have specific conditions we can't check in MT. :( TODO: Find a way to position these biomes accordingly.