From 6879308ea3472398c1e47fd3ea3cb8d4d14645e5 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 22 Dec 2021 16:49:19 +0100 Subject: [PATCH] Make the Readme TODO list easier understandable --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6080877..d8cbd4a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ If you got ideas or found bugs, please tell them to me. TODO: -* add more giant mushrooms -* finish supporting the mushrooms mod -* add lava suit -* use visual_scale → crop textures and change nodeboxes (maybe automatically) -* make the growingtool craftable -* mapgen: do not use fixed tree stuff -* add settingtypes.txt +* Mapgen: Do not use a fixed table of tree nodes; instead use a more flexible + way to remove trees. +* Add a settingtypes.txt +* Make the growingtool craftable +* Test if visual_scale is useful for the small mushroom nodes, + e.g. to make textures smaller or to use power-of-two sized textures. + Nodeboxes would need to be changed accordingly (maybe automatically). +* Add new features: + * Add more giant mushrooms + * Add more content from the mushrooms mod + * Add a lava suit