From e4926781c8134190addd64ad93c727e7db01c31f Mon Sep 17 00:00:00 2001 From: Bryce Bortree <100614333+docsbryce@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:49:20 -0700 Subject: [PATCH] Quick fix (#6) --- resource_pack_sample/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource_pack_sample/README.md b/resource_pack_sample/README.md index 8525af9..4408502 100644 --- a/resource_pack_sample/README.md +++ b/resource_pack_sample/README.md @@ -14,7 +14,7 @@ products: This sample is the resource pack used in the Intro to Resource Packs Tutorial. -See the [Intro to Resource Packs](https://docs.microsoft.com/minecraft/creator/documents/resourcepack) documentation for the full walkthrough creating an aggressive cow using a resource pack. +See the [Intro to Resource Packs](https://docs.microsoft.com/minecraft/creator/documents/resourcepack) documentation for the full walkthrough turning your dirt blocks bright green. ## Using the Resource Pack Sample @@ -45,5 +45,5 @@ Your plain dirt blocks are now bright green. Neat! ## Manifest -- [textures/blocks/dirt.png](https://github.com/microsoft/minecraft-samples/blob/main/resource_pack_sample/textures/blocks/dirt.jpg): A new bright green dirt texture to modify the existing blocks in your world. +- [textures/blocks/dirt.png](https://github.com/microsoft/minecraft-samples/blob/main/resource_pack_sample/textures/blocks/dirt.png): A new bright green dirt texture to modify the existing blocks in your world. - [manifest.json](https://github.com/microsoft/minecraft-samples/blob/main/resource_pack_sample/manifest.json/): This is the manifest.json folder for the sample resource pack.