From 7fc0c150257d4c932227ad29e1213950a0297adc Mon Sep 17 00:00:00 2001 From: Tai Kedzierski Date: Wed, 26 Dec 2018 20:39:26 +0000 Subject: [PATCH] add optional dependencies, update notes --- depends.txt | 6 ++++-- todo.txt | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/depends.txt b/depends.txt index 286c34d..f7ad32f 100644 --- a/depends.txt +++ b/depends.txt @@ -1,6 +1,8 @@ default mobs -farming? -3d_armor? fire tnt +nssb? +farming? +3d_armor? +shields? diff --git a/todo.txt b/todo.txt index 0402799..6fa85b2 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ Mobs bugs + changes * Check why ice snake and snow biter are not placing ice * Check why lava titan is not placing lava -* Queen ant calls line_of_sight_water which no longer exists in mobs_redo Server-oriented changes @@ -15,6 +14,7 @@ API refactoring * Check difference between putting_ability and midas_ability * Rework the virulence/cryosave/affectbones safeguards + * These were all different measures to solve the same problem - mobs that place/transform blocks destroying bones... * Split materials.lua into nodes, items, abms * in-progress * did some further splitting to improve maintainability @@ -25,3 +25,4 @@ Cleanup + misc enhancements * Check if mobs are ever registered as items * Perhaps remove `_egg` designations altogether * Perhaps remove duck egg building recipes +* Revisit custom weapons and put them in a `weapons/` dir, including spears, special swords etc