Skip to content

Commit

Permalink
collapsed repo/var name form
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke committed May 1, 2024
1 parent faec015 commit 68bac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-docs/tutorials/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ my_asset_pack=github:my_github_username/my_asset_pack
```
````

**Important**: Make sure that the name on the left hand side of the "=" matches the name of your extension from Step 1. However, if the asset pack's repository name contains "-" such as `github:my_github_username/my-asset-pack`, the name on the left of the "=" should replace the "-" characters with spaces such that `my-asset-pack` becomes `my asset pack`.
**Important**: Make sure that the name on the left hand side of the "=" matches the name of your extension from Step 1. However, if the asset pack's repository name contains "-" such as `github:my_github_username/my-asset-pack`, the name on the left of the "=" should remove the "-" characters such that `my-asset-pack` becomes `myassetpack`.

Now, instead of including the background image in your code snippets, you can reference it like so:

Expand Down

0 comments on commit 68bac8b

Please sign in to comment.