Skip to content

Commit 0e0cf6b

Browse files
committed
🚧 Fix #192
1 parent 18d3631 commit 0e0cf6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blueprintFormat.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ export const BLUEPRINT_CODEC = new Blockbench.Codec('animated_java_blueprint', {
467467
if (!Project) throw new Error('No project to export.')
468468
Blockbench.export({
469469
resource_id: 'animated_java_blueprint.export',
470+
name: (Project.name || 'unnamed') + '.ajblueprint',
471+
startpath: Project.save_path,
470472
type: 'json',
471473
extensions: [BLUEPRINT_CODEC.extension],
472474
content: BLUEPRINT_CODEC.compile(),

0 commit comments

Comments
 (0)