From 4c8cdb47713338aecede16c2e89bb66e238db6d9 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sat, 5 Oct 2024 16:35:49 +0200 Subject: [PATCH] typo --- README.md | 2 +- fabric/src/main/resources/fabric.mod.json | 2 +- neoforge/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64a8ff5..77b9635 100644 --- a/README.md +++ b/README.md @@ -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.
+Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.
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) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 1435052..275b6ec 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -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", diff --git a/neoforge/gradle.properties b/neoforge/gradle.properties index c5ad1f7..1c1b3a3 100644 --- a/neoforge/gradle.properties +++ b/neoforge/gradle.properties @@ -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.