diff --git a/mods/MAPGEN/mcl_dungeons/init.lua b/mods/MAPGEN/mcl_dungeons/init.lua index 726383c30..6b9d3c480 100644 --- a/mods/MAPGEN/mcl_dungeons/init.lua +++ b/mods/MAPGEN/mcl_dungeons/init.lua @@ -1,4 +1,7 @@ -- FIXME: Rarely, dungoens can overlap and destroy each other +-- FIXME: Rarely, if chests spawn as neighbors in a corner, the corner chest might face not outward + +-- TODO: Add monster spawner local pr = PseudoRandom(os.time())