This commit is contained in:
2024-10-05 16:35:49 +02:00
parent e83dd08086
commit 4c8cdb4771
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Load Support
Shows when the user has to less Java memory allocated, and plays a sound when the game has loaded.<br>
Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.<br>
It is fully configurable in `config/enoughmemory.toml`.
## Directly Shows a warning message
![image](https://github.com/user-attachments/assets/b571a607-ec88-4032-9996-876637c156c1)

View File

@@ -3,7 +3,7 @@
"id": "loadsupport",
"version": "${version}",
"name": "Load Support",
"description": "Shows when the user has to less Java memory allocated, and plays a sound when the game has loaded.",
"description": "Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.",
"authors": [
{
"name": "vaporvee",

View File

@@ -42,4 +42,4 @@ mod_group_id=com.vaporvee.loadsupport
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=vaporvee
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Shows when the user has to less Java memory allocated, and plays a sound when the game has loaded.
mod_description=Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.