typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Load Support
|
# 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`.
|
It is fully configurable in `config/enoughmemory.toml`.
|
||||||
## Directly Shows a warning message
|
## Directly Shows a warning message
|
||||||

|

|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"id": "loadsupport",
|
"id": "loadsupport",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "Load Support",
|
"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": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "vaporvee",
|
"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.
|
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
|
||||||
mod_authors=vaporvee
|
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.
|
# 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