Skip to content

Commit bf59929

Browse files
committed
fix: update LCEMP repo link to github.com/LCEMP/LCEMP
1 parent 974ba8d commit bf59929

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Also includes docs for [smartcmd's MinecraftConsoles](https://github.com/smartcm
3131
## Built with
3232

3333
- [Astro Starlight](https://starlight.astro.build/) for the docs site
34-
- Source code analyzed: [LCEMP by notpies](https://github.com/coah80/LCEMP) and [MinecraftConsoles by smartcmd](https://github.com/smartcmd/MinecraftConsoles)
35-
- Also used [the Aether client mod](https://github.com/coah80/LCEMP) as a reference for custom dimension/block implementation
34+
- Source code analyzed: [LCEMP by notpies](https://github.com/LCEMP/LCEMP) and [MinecraftConsoles by smartcmd](https://github.com/smartcmd/MinecraftConsoles)
35+
- Also used [the Aether client mod](https://github.com/LCEMP/LCEMP) as a reference for custom dimension/block implementation
3636

3737
## Contributing
3838

src/content/docs/overview/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: What LCE is and what this documentation covers.
44
---
55

66
:::note[Credits]
7-
These docs were very much based on [LCEMP](https://github.com/coah80/LCEMP) and [MinecraftConsoles](https://github.com/smartcmd/MinecraftConsoles), and they helped a bunch with stuff. So go star those repos NOW!
7+
These docs were very much based on [LCEMP](https://github.com/LCEMP/LCEMP) and [MinecraftConsoles](https://github.com/smartcmd/MinecraftConsoles), and they helped a bunch with stuff. So go star those repos NOW!
88
:::
99

1010
## What is LCE?
@@ -13,7 +13,7 @@ LCE (**Legacy Console Edition**) is the version of Minecraft that **4J Studios**
1313

1414
The C++ codebase that powers LCE is what this entire documentation site is about. Two community forks make that codebase available to work with:
1515

16-
- **[LCEMP](https://github.com/coah80/LCEMP)** (by notpies) - A source fork based on roughly TU9 / 1.2.2 that adds working LAN multiplayer and a Windows 64-bit build target
16+
- **[LCEMP](https://github.com/LCEMP/LCEMP)** (by notpies) - A source fork based on roughly TU9 / 1.2.2 that adds working LAN multiplayer and a Windows 64-bit build target
1717
- **[MinecraftConsoles](https://github.com/smartcmd/MinecraftConsoles)** (by smartcmd) - A more advanced fork based on roughly TU19 / 1.6.4 with horses, the Wither boss, beacons, hoppers, scoreboards, and an entity attribute system
1818

1919
:::caution

0 commit comments

Comments
 (0)