Skip to content

Commit d50d066

Browse files
committed
🏗️ Update to MC-Build 3.3.12
1 parent 6b74562 commit d50d066

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

TODO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
- [x] template_shulker_box
7676
- [x] template_skull
7777
- [x] banners
78-
- [ ] shield
79-
- [ ] trident
78+
- [x] shield
79+
- [x] trident
8080
- [ ] Change the Collection setting type to allow single-click swapping of items between lists.
8181
- [ ] Look into adding a color picker for tintable vanilla items.
8282
- [ ] Add Variants to the UndoSystem (Blocked by vanilla Blockbench not supporting custom undo actions).
@@ -119,7 +119,7 @@
119119

120120
# Github
121121

122-
- [ ] Reorganize the repo's branches.
122+
- [x] Reorganize the repo's branches.
123123
- [ ] Create a `release` branch.
124124
- [x] Create a `dev` branch.
125125
- [x] Create a `legacy-beta` tag.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"generic-stream": "^1.2.6",
9898
"marked": "^4.3.0",
9999
"marked-gfm-heading-id": "^3.0.0",
100-
"mc-build": "^3.3.2",
100+
"mc-build": "3.3.12",
101101
"svelte-ace": "^1.0.21",
102102
"svelte-dnd-action": "^0.9.38"
103103
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,10 +2414,10 @@ matcher@^3.0.0:
24142414
dependencies:
24152415
escape-string-regexp "^4.0.0"
24162416

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==
24212421
dependencies:
24222422
tsx "^4.7.2"
24232423

0 commit comments

Comments
 (0)