From 4e0a90523e972fef9e3f5e12f274bcffad8a8fd3 Mon Sep 17 00:00:00 2001 From: undef-maks Date: Sat, 4 Apr 2026 23:33:07 +0300 Subject: [PATCH] Update Dungeons.md --- datapack-documentation/Dungeons.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datapack-documentation/Dungeons.md b/datapack-documentation/Dungeons.md index e874742..5816a37 100644 --- a/datapack-documentation/Dungeons.md +++ b/datapack-documentation/Dungeons.md @@ -93,7 +93,7 @@ This structure is used to define item drops within **Rooms** (on completion) or ### Project Examples Reference -- **Dungeon Example:** `datapack-documentation/example/datapack/ex/data/dungeons/caverns/crystal_mine.json` -- **Room Examples:** \* `datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/crystal_hallway.json` - - `datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/core_vault.json` -- **Hostile Example:** `datapack-documentation/example/datapack/ex/data/enemies/hostiles/caverns/crystal_guardian.json` +- **Dungeon Example:** [crystal_mine](datapack-documentation/example/datapack/ex/data/dungeons/caverns/crystal_mine.json) +- **Room Examples:** \* [crystal_hallway](datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/crystal_hallway.json) + - [core_vault](datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/core_vault.json) +- **Hostile Example:** [crystal_guardian](datapack-documentation/example/datapack/ex/data/enemies/hostiles/caverns/crystal_guardian.json)