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: docs/custom-backpack/model-metadata.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This is an object that holds the display transforms for the model. This is used
57
57
58
58
#### How to Configure
59
59
60
-
Open Blocbench and load the project for your backpack model. Disable the visibility of the `Straps` and `Player Model`, so only the `Backpack`elements are visible. Navigate to the **Display** tab at the top right, and you will see a **Slot** section in the leftside bar. This section contains different scenarios where the backpack may be drawn. If you're using the backpack template, this will come preconfigured with default settings. Go through all the different slot options (**Thirdperson Right**, **Ground**, **GUI**, etc) and tweak them as you need.
60
+
Open Blockbench and load the project for your backpack model. Disable the visibility of the `Straps` and `Player Model` groups, so only the `Backpack`group is visible. Navigate to the **Display** tab at the top right, and you will see a **Slot** section in the leftside bar. This section contains different scenarios where the backpack may be drawn. If you're using the backpack template, this will come preconfigured with default settings. Go through all the different slot options (**Thirdperson Right**, **Ground**, **GUI**, etc) and tweak them as you need.
61
61
62
62
:::info
63
63
It is not necessary to configure the **Thridperson Left** and **Firstperson Left** as these slots will be automatically inferred by the **Thridperson Right** and **Firstperson Right** slots. To ensure they are not configured, press the reset button for each transform (Rotation, Translation, and Scale) while selected on **Thridperson Left** slot, and repeat for the **Firstperson Left** slot. The backpack template will not have these slots configured by default.
@@ -67,7 +67,7 @@ It is not necessary to configure the **Thridperson Left** and **Firstperson Left
67
67
68
68
Once you've configured all your display transforms, export your model as a `Block/Item Model` to a temporary file (this can be deleted afterwards). Open the newly exported file (which should be a JSON file), and locate the `display` object. Copy the entire `display` object and replace the `display` object in your backpacks meta file.
69
69
70
-
Before replacing:
70
+
**Before replacing:**
71
71
```json title="<your_backpack_name>.json"
72
72
{
73
73
"shelf_offset": [0, 0, 0],
@@ -77,7 +77,7 @@ Before replacing:
77
77
}
78
78
```
79
79
80
-
After replacing (your values may be different):
80
+
**After replacing (your values may be different):**
0 commit comments