fixed forge window hide, made code more robust in general, support for custom start sounds

This commit is contained in:
2025-06-24 02:51:29 +02:00
parent 04ef9e6774
commit 3762a6d205
10 changed files with 27 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ It is fully configurable in `config/loadsupport.toml`.
## Config 🚀
The config in `config/loadsupport.toml` is pretty self explainatory:
```toml
startSound = true
loadFinishSound = "minecraft:ui.toast.challenge_complete"
minMemory = 4.0
errorTitle = "Error: Not enough Java memory!"
errorMinMemory = "Please allocate at least {minMemory} GB of Java memory to your Minecraft instance!"
@@ -15,7 +15,6 @@ memoryInfoLink = "https://github.com/vaporvee/LoadSupport/wiki/How-to-allocate-m
`{minMemory}` and `{currentMemory}` get replaced by their actual values.
## Planned Features 👀
- 🔊 Customizable startup sound
- 🪛 Ingame settings (Modlist support)
- 🧩 More features letting the player know why Minecraft is not loading