typo
This commit is contained in:
@@ -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
|
||||

|
||||
|
@@ -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",
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user