Skip to content

Commit c4d697f

Browse files
committed
🎨 Add newline to summon command example
1 parent edfabbc commit c4d697f

File tree

1 file changed

+2
-1
lines changed
  • src/routes/docs/[...4]rigs/[...2]summoning-a-new-rig-instance

1 file changed

+2
-1
lines changed

‎src/routes/docs/[...4]rigs/[...2]summoning-a-new-rig-instance/+page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ function animated_java:<export_namespace>/summon {args: {}}
1414
However, you may want to specify the position and rotation of the Rig Instance. To do this, you can change the execution context of the `summon` function:
1515

1616
```rust title=Summoning a Rig Instance at a specific position and rotation | copy
17-
execute positioned <x> <y> <z> rotated <rx> <ry> run function animated_java:<export_namespace>/summon {args: {}}
17+
execute positioned <x> <y> <z> rotated <rx> <ry> run \
18+
function animated_java:<export_namespace>/summon {args: {}}
1819
```
1920

2021
## Arguments

0 commit comments

Comments
 (0)