Update Dungeons.md

This commit is contained in:
undef-maks 2026-04-04 23:33:07 +03:00 committed by GitHub
parent 550eae17f6
commit 4e0a90523e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ This structure is used to define item drops within **Rooms** (on completion) or
### Project Examples Reference ### Project Examples Reference
- **Dungeon Example:** `datapack-documentation/example/datapack/ex/data/dungeons/caverns/crystal_mine.json` - **Dungeon Example:** [crystal_mine](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` - **Room Examples:** \* [crystal_hallway](datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/crystal_hallway.json)
- `datapack-documentation/example/datapack/ex/data/enemies/rooms/caverns/core_vault.json` - [core_vault](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` - **Hostile Example:** [crystal_guardian](datapack-documentation/example/datapack/ex/data/enemies/hostiles/caverns/crystal_guardian.json)