搬运一批Bedrock wiki内容,完善翻译

This commit is contained in:
boybook
2025-03-20 00:13:44 +08:00
parent ead7392a76
commit 4896c1a4f2
163 changed files with 33930 additions and 1464 deletions

View File

@@ -0,0 +1,53 @@
---
title: Leash Position
category:
- Tutorials
mentions:
- MedicalJewel105
- SirLich
- Overload1252
tags:
- easy
---
Have you ever wanted to change position of a leash on your entity?
If so, this page is for you!
## Blockbench Part
To set a leash position, we will use Blockbench.
Open your model, in this case it will be a llama model.
*Don't mind strange bones rotation, mojang likes to render models correctly through animations.*
![](/assets/images/visuals/leash-position/model-1.png)
Now search for locator `lead`.
![](/assets/images/visuals/leash-position/model-2.png)
If it doesn't exist, you can
<Spoiler title="create it">
1. Select a group.
2. Right-click on it.
3. Choose "Add Locator" option.
![](/assets/images/visuals/leash-position/locator-1.png)
4. Rename it to `lead`
</Spoiler>
The last thing will be to move the locator where you want and save the model.
![](/assets/images/visuals/leash-position/model-3.png)
## Testing
Before:
![](/assets/images/visuals/leash-position/result-0.png)
After:
![](/assets/images/visuals/leash-position/result-1.png)