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:
@@ -372,4 +372,13 @@ div.profile > section.cosmectics > article.capes > div.capes > div.cape:hover {
|
||||
div.profile > section.cosmectics > article.capes > div.capes > div.cape.active,
|
||||
div.profile > section.cosmectics > article.capes > div.capes > div.cape.active:hover {
|
||||
filter: brightness(1);
|
||||
}
|
||||
|
||||
|
||||
div.loader > div.full > div.loading {
|
||||
background-color: #E89032;
|
||||
}
|
||||
|
||||
div.loader > div.full {
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user