Skip to content

Commit 9e4a4ac

Browse files
committed
Merge branch 'experimental'
2 parents ba2997e + becb172 commit 9e4a4ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ BBPlugin.register(PACKAGE.name, {
122122
variant: 'desktop',
123123
version: PACKAGE.version,
124124
min_version: PACKAGE.min_blockbench_version,
125-
tags: ['Minecraft: Java Edition', 'Animation', 'Armor Stand'],
125+
tags: ['Minecraft: Java Edition', 'Animation', 'Display Entities'],
126126
await_loading: true,
127127
onload: consoleGroupCollapsed(`${PACKAGE.name}:onload`, () => {
128128
events.LOAD.dispatch()

tools/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function buildProd() {
215215
minify: true,
216216
// sourcemap: 'inline',
217217
platform: 'node',
218-
loader: { '.svg': 'dataurl' },
218+
loader: { '.svg': 'dataurl', '.ttf': 'binary' },
219219
plugins: [
220220
workerPlugin.workerPlugin({
221221
builder: buildWorker,

0 commit comments

Comments
 (0)