From 68bac8b7002467fddf8f3aa0602fc6abe0d33bbf Mon Sep 17 00:00:00 2001 From: ganicke Date: Wed, 1 May 2024 16:25:40 -0700 Subject: [PATCH] collapsed repo/var name form --- docs/writing-docs/tutorials/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-docs/tutorials/resources.md b/docs/writing-docs/tutorials/resources.md index 453df18ec7c3..0be11b205d92 100644 --- a/docs/writing-docs/tutorials/resources.md +++ b/docs/writing-docs/tutorials/resources.md @@ -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: