Skip to content

Commit

Permalink
Fixed download link, Close #538
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokeyStack authored Oct 20, 2022
1 parent 1f9be24 commit 087ef47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/custom-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ Our entity now has its shape, but it also needs a texture. This texture can also

`RP/textures/entity/ghost.png`

![ectoplasm.png](https://raw.githubusercontent.com/Bedrock-OSS/wiki-addon/main/guide/guide_RP/textures/entity/ghost.png)
![ectoplasm.png](https://raw.githubusercontent.com/Bedrock-OSS/wiki-addon/main/ma-guide/guide_RP/textures/entity/ghost.png)

<BButton link="https://raw.githubusercontent.com/Bedrock-OSS/wiki-addon/main/guide/guide_RP/textures/entity/ghost.png">Download texture here</BButton>
<BButton link="https://raw.githubusercontent.com/Bedrock-OSS/wiki-addon/main/ma-guide/guide_RP/textures/entity/ghost.png">Download texture here</BButton>

You may recall, when we made our item, we assigned a shortname to our texture to reference later. We will be doing something similar for our entity within our entity file, so make sure you keep the file path to the texture.

Expand Down

0 comments on commit 087ef47

Please sign in to comment.