From 77f6d2c402765e3f81030b163b6039dfc3562f3e Mon Sep 17 00:00:00 2001 From: "L0w.Kn1ght" <96344801+l0wkn1ght@users.noreply.github.com> Date: Tue, 23 Jun 2026 03:18:26 +0000 Subject: [PATCH] docs: add deferred_lighting_starter to README samples list The `deferred_lighting_starter` directory exists in the repository but was omitted from the Current Samples list in the main README.md. Added it in alphabetical order to improve discoverability for creators. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4413f73..4820a50 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This project contains samples that further extend the [Minecraft: Bedrock Editio * [Features Samples](https://github.com/microsoft/minecraft-samples/blob/main/FeaturesSamples.mcaddon) - A sample pack that can be used as a tutorial on how features and feature rules work. * [Custom Items](custom_items/README.md) - Build and create custom items for Minecraft * [Custom Sounds](custom_sounds/README.md) - Demonstrates techniques for adding custom sounds to Minecraft. - * [Debug Tools](debug_tools/README.md) - Contains a set of simple debug tools for adding in-game and editor watches. + * [Debug Tools](debug_tools/README.md) - Contains a set of simple debug tools for adding in-game and editor watches. + * [Deferred Lighting Starter](deferred_lighting_starter/README.md) - A starter pack for exploring deferred lighting and PBR rendering features in Bedrock Edition. * [Jigsaws](jigsaws/README.md) - This sample is the behavior pack used in the [Jigsaw Block Tutorial](https://learn.microsoft.com/minecraft/creator/documents/structures/jigsawtutorial) * [Minecraft Live 2022 Add-Ons](mclive2022_addon) - Behavior Pack and Resource Pack that accompany the [Minecraft Live 2022 Creator Recap](https://learn.microsoft.com/minecraft/creator/documents/minecraftlive2022creatorrecap) * [NPC Dialog Sample](npc_dialogue_sample/README.md) - See the [NPC Dialogue](https://learn.microsoft.com/minecraft/creator/documents/NPCDialogue) documentation for the full walkthrough adding custom dialogue for an NPC