You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/[...4]rigs/[...1]overview/+page.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,13 @@ description: An overview of what a Rig is.
8
8
## What is a Rig?
9
9
10
10
A Rig is the collection of entities that make up an Animated Java model. Calling a Rig's summon function will create a Rig Instance in your Minecraft world.
11
+
12
+
Rigs are made up of the following entities:
13
+
14
+
- The Root Entity: The base entity of a Rig. All other rig entities (with the exception of [Locators](/docs/the-blueprint-format/locators) with [Use Entity](/docs/the-blueprint-format/locators#use-entity) enabled, and [Cameras](/docs/the-blueprint-format/cameras)) are passengers of the root entity
15
+
-[Bones](/docs/the-blueprint-format/bones): Displays a custom model.
16
+
-[Block Displays](/docs/the-blueprint-format/block-displays): Displays a vanilla block.
17
+
-[Item Displays](/docs/the-blueprint-format/item-displays): Displays an vanilla item.
0 commit comments