File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { isResourcePackPath } from '../util/minecraftUtil'
99import { translate } from '../util/translation'
1010import { Variant } from '../variants'
1111import { hashAnimations , renderProjectAnimations } from './animationRenderer'
12- import { exportJSON } from './jsonCompiler '
12+ import { exportPluginBlueprint } from './pluginCompiler '
1313import compileDataPack from './datapackCompiler'
1414import { IntentionalExportError } from './errors'
1515import resourcepackCompiler from './resourcepackCompiler'
@@ -142,13 +142,7 @@ async function actuallyExportProject({
142142
143143 if ( aj . enable_plugin_mode ) {
144144 PROGRESS_DESCRIPTION . set ( 'Exporting Plugin JSON...' )
145- exportJSON ( {
146- rig,
147- animations,
148- displayItemPath,
149- textureExportFolder,
150- modelExportFolder,
151- } )
145+ exportPluginBlueprint ( { rig, animations } )
152146 }
153147
154148 Project ! . last_used_export_namespace = aj . export_namespace
You can’t perform that action at this time.
0 commit comments