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 d75ef0c commit 1432d3dCopy full SHA for 1432d3d
src/systems/datapackCompiler/animation.mcb
@@ -365,7 +365,7 @@ dir <%export_namespace%> {
365
if (frame.variant) {
366
const variant = variants.find(v => v.uuid === frame.variant.uuid)
367
if (!variant) return
368
- emit.mcb(`function *${export_namespace}/variants/${variant.name}/apply`)
+ emit.mcb(`execute on vehicle run function *${export_namespace}/variants/${variant.name}/apply`)
369
}
370
global.merged = {
371
locators: {},
0 commit comments