Add Minecraft game launch and asset management

Introduces core game logic for launching Minecraft, including asset, library, and Java runtime management. Adds Forge mod support, OS utilities, and file helpers. Updates frontend to handle game launch, log streaming, and UI feedback. Minor bugfixes and style improvements are also included.
This commit is contained in:
2026-01-25 08:59:22 +01:00
parent 26e78a82c0
commit 1ae8ee00db
14 changed files with 938 additions and 7 deletions

View File

@@ -85,9 +85,17 @@
<h1>
Lentia
</h1>
<button class="play">
<button class="play" onclick="play()">
<i class="fas fa-play-circle"></i> Jouer
</button>
<footer>
<div class="loader">
<div class="full">
<div class="loading">
</div>
</div>
</div>
</footer>
</article>
<article class="frame dynmap" hidden>
<iframe src="" frameborder="0"></iframe>