From ec37f223329a7259e61adc8305010d4eb8d78da0 Mon Sep 17 00:00:00 2001 From: Lars Martens Date: Sat, 14 Aug 2021 23:31:39 +0200 Subject: [PATCH] Add checklist --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4973d90 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Minecraft Armor Stand + +This project is currently being rewritten. This document should be changed to include help for users and then help for contributors, especially translators. + +## TODO +The following things still have to be done. Possibly in this order. +- [ ] Equipment +- [ ] Equipment locking + - [ ] Can we scrape the MC wiki for a searchable dropdown list? + - [ ] Colors for leather pieces + - [ ] Helmet: player name + - [ ] Helmet: Image URL + - [ ] Helmet: Give code from https://minecraft-heads.com ? +- [ ] Custom name with styling options +- [ ] Code generation +- [ ] **Proper rotation conversion between Minecraft and ThreeJS** + - [ ] /summon or /give +- [ ] Hint for command block +- [ ] Design +- [ ] Save and load +- [ ] Tips and tricks section? + - Double click a slider to reset + - You can save and load + - How to remove an invulnerable armor stand +- [ ] Ask before exit +- [ ] vue i18n +- [ ] vue element transitions \ No newline at end of file