From 76708b02d5f90183f8efc3281a01341da3dffb8b Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sat, 20 Aug 2022 20:19:58 +0200 Subject: [PATCH] Update the Readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e68409..14703f7 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,9 @@ https://forum.minetest.net/viewtopic.php?f=9&t=10265 TODO: -* Find a way to get the perlin noise inside [-1; 1] or use another noise -* Add some node which containing items to the simple pyramid "buildings" +* Mapgen: Find a way to get the perlin noise values inside [-1; 1] or use + another noise. + The problem is visible in the nether forest, where the mapgen code flattens + the ceiling if it is very high. +* Mapgen: Generate more detail inside the simple pyramid-like "buildings", + e.g. add a small treasure chest node which contains items