28 lines
822 B
Markdown
28 lines
822 B
Markdown
# TODO
|
|
|
|
## General
|
|
- [ ] use matrix thing for UVManager (linear algebra is hard)
|
|
- [ ] Add action wheel icons
|
|
|
|
## Rewrite
|
|
- [ ] fix pings
|
|
- [ ] reimplement avatar settings
|
|
- [ ] fix sound
|
|
- [ ] fix Blockbench animations
|
|
- [ ] fix or disable custom commands (can probably use `/figura run`)
|
|
- [ ] fix armor, won't re-enable until cleanup
|
|
|
|
## Cleanup
|
|
- [ ] rework appropriate action wheel items as ToggleAction instead of ClickAction
|
|
- [ ] 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
|
|
|
|
# Done
|
|
- [x] fix action wheel
|