Skip to content

Commit 18d3631

Browse files
committed
🚧 Implement #195
1 parent 069e02e commit 18d3631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ import * as blockModelManager from './systems/minecraft/blockModelManager'
7777
import { VanillaItemDisplay } from './outliner/vanillaItemDisplay'
7878
import { VanillaBlockDisplay, debugBlockState, debugBlocks } from './outliner/vanillaBlockDisplay'
7979
import { BLOCKSTATE_REGISTRY } from './systems/minecraft/blockstateManager'
80+
import { exportProject } from './systems/exporter'
8081

8182
// Show loading popup
8283
void showLoadingPopup().then(async () => {
@@ -124,6 +125,7 @@ globalThis.AnimatedJava = {
124125
debugBlocks,
125126
debugBlockState,
126127
BLOCKSTATE_REGISTRY,
128+
exportProject,
127129
},
128130
}
129131

0 commit comments

Comments
 (0)