Skip to content

Commit b0478f4

Browse files
committed
🎨 Format TODO.md
1 parent d6deeb6 commit b0478f4

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

TODO.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# Blockbench
22

3-
- [ ] Change the Collection setting type to allow single-click swapping of items between lists.
4-
- [ ] Look into adding a color picker for tintable vanilla items.
5-
- [ ] Add Variants to the UndoSystem (Blocked by vanilla Blockbench not supporting custom undo actions).
6-
- [ ] Remove `easingArgs` and `easingMode` from saved keyframes if `easingType` is `linear`.
7-
- [ ] Add an option to generate a `damage_flash` variant for mob-type entities.
8-
- [ ] Add a fix for 360 rotation snap by using `set_frame` instead of `apply_frame` for the first frame of the animation.
3+
- [ ] Change the Collection setting type to allow single-click swapping of items between lists.
4+
- [ ] Look into adding a color picker for tintable vanilla items.
5+
- [ ] Add Variants to the UndoSystem (Blocked by vanilla Blockbench not supporting custom undo actions).
6+
- [ ] Remove `easingArgs` and `easingMode` from saved keyframes if `easingType` is `linear`.
7+
- [ ] Add an option to generate a `damage_flash` variant for mob-type entities.
8+
- [ ] Add a fix for 360 rotation snap by using `set_frame` instead of `apply_frame` for the first frame of the animation.
9+
- [ ] Add an `Interaction` Outliner Element.
910

1011
# Data Pack Compiler
1112

12-
- [ ] When applying variants, remove / replace any bones that have / had no elements with textured faces.
13-
- [ ] Add a system that detects the version of Minecraft that the data pack is being exported into. (Can probably use the level.dat of the world if it exists?)
13+
- [ ] When applying variants, remove / replace any bones that have / had no elements with textured faces.
14+
- [ ] Add a system that detects the version of Minecraft that the data pack is being exported into. (Can probably use the level.dat of the world if it exists?)
1415

1516
# Resource Pack
1617

17-
- [x] Warn the user when they have custom elements in their model, but have disabled the resource pack export.
18+
- [x] Warn the user when they have custom elements in their model, but have disabled the resource pack export.
1819

1920
# Plugin Exporter
2021

21-
- [x] Add an option to export a JSON file.
22+
- [x] Add an option to export a JSON file.
2223

2324
# Post 1.0.0
2425

25-
- [ ] Add support for [block-display.com's API](https://wiki.block-display.com/api/get-api)
26-
- [ ] Add support for custom fonts in TextDisplays.
27-
- [ ] Add support and previewing for interaction entity based locators.
28-
- [ ] Add support for previewing player skins on heads.
26+
- [ ] Add support for [block-display.com's API](https://wiki.block-display.com/api/get-api)
27+
- [ ] Add support for custom fonts in TextDisplays.
28+
- [ ] Add support and previewing for interaction entity based locators.
29+
- [ ] Add support for previewing player skins on heads.

0 commit comments

Comments
 (0)