We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069e02e commit 18d3631Copy full SHA for 18d3631
src/index.ts
@@ -77,6 +77,7 @@ import * as blockModelManager from './systems/minecraft/blockModelManager'
77
import { VanillaItemDisplay } from './outliner/vanillaItemDisplay'
78
import { VanillaBlockDisplay, debugBlockState, debugBlocks } from './outliner/vanillaBlockDisplay'
79
import { BLOCKSTATE_REGISTRY } from './systems/minecraft/blockstateManager'
80
+import { exportProject } from './systems/exporter'
81
82
// Show loading popup
83
void showLoadingPopup().then(async () => {
@@ -124,6 +125,7 @@ globalThis.AnimatedJava = {
124
125
debugBlocks,
126
debugBlockState,
127
BLOCKSTATE_REGISTRY,
128
+ exportProject,
129
},
130
}
131
0 commit comments