File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 75
75
- [x] template_shulker_box
76
76
- [x] template_skull
77
77
- [x] banners
78
- - [ ] shield
79
- - [ ] trident
78
+ - [x ] shield
79
+ - [x ] trident
80
80
- [ ] Change the Collection setting type to allow single-click swapping of items between lists.
81
81
- [ ] Look into adding a color picker for tintable vanilla items.
82
82
- [ ] Add Variants to the UndoSystem (Blocked by vanilla Blockbench not supporting custom undo actions).
119
119
120
120
# Github
121
121
122
- - [ ] Reorganize the repo's branches.
122
+ - [x ] Reorganize the repo's branches.
123
123
- [ ] Create a ` release ` branch.
124
124
- [x] Create a ` dev ` branch.
125
125
- [x] Create a ` legacy-beta ` tag.
Original file line number Diff line number Diff line change 97
97
"generic-stream" : " ^1.2.6" ,
98
98
"marked" : " ^4.3.0" ,
99
99
"marked-gfm-heading-id" : " ^3.0.0" ,
100
- "mc-build" : " ^ 3.3.2 " ,
100
+ "mc-build" : " 3.3.12 " ,
101
101
"svelte-ace" : " ^1.0.21" ,
102
102
"svelte-dnd-action" : " ^0.9.38"
103
103
}
Original file line number Diff line number Diff line change @@ -2414,10 +2414,10 @@ matcher@^3.0.0:
2414
2414
dependencies :
2415
2415
escape-string-regexp "^4.0.0"
2416
2416
2417
- mc-build@^ 3.3.2 :
2418
- version "3.3.2 "
2419
- resolved "https://registry.yarnpkg.com/mc-build/-/mc-build-3.3.2 .tgz#0800825d3b9ac87a70abebc34ef3b26eb66b1c15 "
2420
- integrity sha512-mOpTW2gXNLwOYlLRyIhItHROJGaRfWhWV4SdWNNFIwGUhzEkyew9sZuJZMUNaIC/kDblCb7FHlz1FHcn0ocXxA ==
2417
+
2418
+ version "3.3.12 "
2419
+ resolved "https://registry.yarnpkg.com/mc-build/-/mc-build-3.3.12 .tgz#1fc94f7293004c883bbb0bf62044f95342f0993b "
2420
+ integrity sha512-P8q5/aOgowqh5/5a9uijZM4KeikdpW+9oUtAAIveb0qXNAPUwSIsOI9OK6ghYJ/fvA3+uaUVRScAy5XTUNDLRQ ==
2421
2421
dependencies :
2422
2422
tsx "^4.7.2"
2423
2423
You can’t perform that action at this time.
0 commit comments