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 b56ff21 commit c829397Copy full SHA for c829397
1 file changed
src/systems/datapackCompiler/animation.mcb
@@ -632,6 +632,11 @@ dir <%export_namespace%> {
632
}
633
634
635
+ REPEAT (Object.values(rig.nodeMap).filter(v => v.type === 'camera' && v.config?.use_entity)) as camera {
636
+ block zzz/kill { with entity @s data.cameras.<%camera.name%>
637
+ $execute as $(uuid) run kill @s
638
+ }
639
640
641
642
execute on passengers run kill @s
0 commit comments