From 4715a7ea3a4a594a3a733fc1ec9f2193bf66f1c9 Mon Sep 17 00:00:00 2001 From: granny Date: Sat, 18 Mar 2023 16:54:36 -0700 Subject: [PATCH] [ci-skip] add more stuff to todo list --- TODO.md | 6 ++++++ todo.txt | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 TODO.md delete mode 100644 todo.txt diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..51e25a5a6 --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +- [ ] make Sniffer ridable +- [ ] fix ridables around water +- [ ] test player ridable underwater +- [ ] OPTIONAL: custom damage type instead of magic for scissors & stone cutter patch +- [ ] re-introduce armor equipable through right-click patch, flip the boolean to follow vanilla feature parity +- [ ] flip the boolean in the "display names from item forms of entities to entities" patch to keep feature parity with vanilla diff --git a/todo.txt b/todo.txt deleted file mode 100644 index d457520dd..000000000 --- a/todo.txt +++ /dev/null @@ -1,3 +0,0 @@ -- fix ridables around water -- test player ridable underwater -- maybe custom damage type instead of magic