mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 18:23:37 +00:00
29 lines
1.7 KiB
Markdown
29 lines
1.7 KiB
Markdown
# Welcome to the 4JCraft Docs!
|
|
[](https://github.com/Liriosha/4jcraft/actions/workflows/build-linux.yml) [](https://GitHub.com/4jcraft/4jcraft/commit/) [](https://GitHub.com/4jcraft/4jcraft/commit/)
|
|
> A cross-platform port of \htmlonly Minecraft\endhtmlonly Legacy Console Edition
|
|
4JCraft is a modified version of the \htmlonly Minecraft\endhtmlonly Console Legacy Edition aimed on porting old \htmlonly Minecraft\endhtmlonly to different platforms (such as Linux, Android, Emscripten, etc.) and refactoring the codebase to improve organization and use modern C++ features.
|
|
|
|
For more info please read the [README](https://github.com/4jcraft/4jcraft/blob/dev/README.md)
|
|
|
|
Join our community!
|
|
|
|
\htmlonly
|
|
<style>
|
|
html.dark-mode a.invert-dark img {
|
|
filter: invert(1) brightness(1.1);
|
|
transition: filter 0.3s ease;
|
|
}
|
|
|
|
html.light-mode a.invert-dark img {
|
|
filter: invert(0);
|
|
}
|
|
</style>
|
|
<br>
|
|
\endhtmlonly
|
|
<a href="https://discord.gg/zFCwRWkkUg" class="invert-dark" style="margin-right:16px; display:inline-block;">
|
|
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/f89e1dfeb23652c02af7d3400fa16452b04c10f5/icons/discord.svg" width="64" height="64">
|
|
</a>
|
|
<a href="https://steamcommunity.com/groups/4JCraft" class="invert-dark" style="margin-right:10px; display:inline-block;">
|
|
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/f89e1dfeb23652c02af7d3400fa16452b04c10f5/icons/steam.svg" width="64" height="64">
|
|
</a>
|