From 61e0d55311358b9b362fc6df427dc5c37674f283 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 10 Sep 2017 17:18:11 +0200 Subject: [PATCH] Update mcl_biomes comments --- mods/MAPGEN/mcl_biomes/init.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.