mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 20:45:34 +00:00
Correct arm rotation
This commit is contained in:
parent
b5e6e7f18a
commit
e196645bfb
2 changed files with 11 additions and 14 deletions
14
README.md
14
README.md
|
@ -4,19 +4,19 @@ This project is currently being rewritten. This document should be changed to in
|
|||
|
||||
## TODO
|
||||
The following things still have to be done. Possibly in this order.
|
||||
- [ ] Equipment
|
||||
- [X] Equipment
|
||||
- [ ] Equipment locking
|
||||
- [ ] Can we scrape the MC wiki for a searchable dropdown list? https://minecraft.fandom.com/api.php ?
|
||||
* Only items that are available in a given minecraft version should show up
|
||||
- [ ] Colors for leather pieces
|
||||
- [ ] Helmet: player name
|
||||
- [X] Helmet: player name
|
||||
- [ ] Helmet: Image URL
|
||||
- [ ] Helmet: https://minecraft-heads.com -> but use Minecraft-URL or Player name and skip the give code thing, that was confusing anyways. Have a help popup that explains this functionality with a few screenshots.
|
||||
- [ ] Custom name with styling options
|
||||
- [ ] Code generation
|
||||
- [X] Custom name with styling options
|
||||
- [X] Code generation
|
||||
- [ ] Hide controls that are not relevant for the chosen minecraft version
|
||||
- [ ] **Proper rotation conversion between Minecraft and ThreeJS**
|
||||
- [ ] /summon or /give
|
||||
- [X] **Proper rotation conversion between Minecraft and ThreeJS**
|
||||
- [ ] /summon or /give
|
||||
- [ ] Hint for command block
|
||||
- [ ] Design
|
||||
- [ ] Save and load
|
||||
|
@ -26,4 +26,4 @@ The following things still have to be done. Possibly in this order.
|
|||
- How to remove an invulnerable armor stand
|
||||
- [ ] Ask before exit
|
||||
- [ ] vue i18n
|
||||
- [ ] vue element transitions
|
||||
- [ ] vue element transitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue