From f4c484218859e99aba2b4e00f3e10352bf80501c Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sat, 5 Oct 2024 20:10:24 +0200 Subject: [PATCH] fixed old naming --- README.md | 4 ++-- fabric/build.gradle | 2 +- fabric/gradle.properties | 6 +++--- neoforge/gradle.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 77b9635..70d6d4c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Load Support 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`. +It is fully configurable in `config/loadsupport.toml`. ## Directly Shows a warning message ![image](https://github.com/user-attachments/assets/b571a607-ec88-4032-9996-876637c156c1) ## Blocks the title screen ![image](https://github.com/user-attachments/assets/e05b52bd-3cf2-4526-826b-db62c8723831) ## Config -The config in `config/enoughmemory.toml` is pretty self explainatory: +The config in `config/loadsupport.toml` is pretty self explainatory: ```toml startSound = true minMemory = 4.0 diff --git a/fabric/build.gradle b/fabric/build.gradle index 9111f55..f578795 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -20,7 +20,7 @@ loom { splitEnvironmentSourceSets() mods { - "enoughmemory" { + "loadsupport" { sourceSet sourceSets.main sourceSet sourceSets.client } diff --git a/fabric/gradle.properties b/fabric/gradle.properties index 15d06d2..0a02c56 100644 --- a/fabric/gradle.properties +++ b/fabric/gradle.properties @@ -9,9 +9,9 @@ yarn_mappings=1.21.1+build.3 loader_version=0.16.5 # Mod Properties -mod_version=1.0.0 -maven_group=com.vaporvee.enoughmemory -archives_base_name=enoughmemory +mod_version=1.0.0-fabric-1.21.1 +maven_group=com.vaporvee.loadsupport +archives_base_name=loadsupport # Dependencies fabric_version=0.105.0+1.21.1 \ No newline at end of file diff --git a/neoforge/gradle.properties b/neoforge/gradle.properties index 1c1b3a3..2c0a2d8 100644 --- a/neoforge/gradle.properties +++ b/neoforge/gradle.properties @@ -34,7 +34,7 @@ mod_name=Load Support # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=Apache License 2.0 # The mod version. See https://semver.org/ -mod_version=1.0.0 +mod_version=1.0.0-neoforge-1.21.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html