Add TODO.md

This commit is contained in:
NullBite 2022-09-26 13:24:49 -04:00
parent 4700991a2c
commit bb7bb82b22
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

23
TODO.md Normal file
View File

@ -0,0 +1,23 @@
# TODO
## General
- [] use matrix thing for UVManager (linear algebra is hard)
## Rewrite
- [] fix pings
- [] reimplement avatar settings
- [] fix action wheel
- [] fix sound
- [] fix Blockbench animations
- [] fix or disable custom commands (can probably use `/figura run`)
- [] fix armor, can't re-enable until cleanup
## Cleanup
- [] remove partial vanilla support, completely broken with inability to manipulate vanilla parts
- [] remove partial_vanilla stuff from PartsManager
- [] split off large snippets of code into separate files
- [] PartsManager
- [] UVManager
- [] utility functions
- [] cleanup tick functions, timers
- [] cleanup armor code to make less redundant