1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Add inputs for equipment

This commit is contained in:
Lars Martens 2021-08-20 19:26:01 +02:00
parent ec37f22332
commit 30ff530150
2 changed files with 35 additions and 3 deletions

View file

@ -6,11 +6,11 @@ This project is currently being rewritten. This document should be changed to in
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?
- [ ] Can we scrape the MC wiki for a searchable dropdown list? https://minecraft.fandom.com/api.php ?
- [ ] Colors for leather pieces
- [ ] Helmet: player name
- [ ] Helmet: Image URL
- [ ] Helmet: Give code from https://minecraft-heads.com ?
- [ ] 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
- [ ] **Proper rotation conversion between Minecraft and ThreeJS**