fixed old naming

This commit is contained in:
2024-10-05 20:10:24 +02:00
parent 4c8cdb4771
commit f4c4842188
4 changed files with 7 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
# Load Support # Load Support
Shows when the user has too 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/loadsupport.toml`.
## Directly Shows a warning message ## Directly Shows a warning message
![image](https://github.com/user-attachments/assets/b571a607-ec88-4032-9996-876637c156c1) ![image](https://github.com/user-attachments/assets/b571a607-ec88-4032-9996-876637c156c1)
## Blocks the title screen ## Blocks the title screen
![image](https://github.com/user-attachments/assets/e05b52bd-3cf2-4526-826b-db62c8723831) ![image](https://github.com/user-attachments/assets/e05b52bd-3cf2-4526-826b-db62c8723831)
## Config ## Config
The config in `config/enoughmemory.toml` is pretty self explainatory: The config in `config/loadsupport.toml` is pretty self explainatory:
```toml ```toml
startSound = true startSound = true
minMemory = 4.0 minMemory = 4.0

View File

@@ -20,7 +20,7 @@ loom {
splitEnvironmentSourceSets() splitEnvironmentSourceSets()
mods { mods {
"enoughmemory" { "loadsupport" {
sourceSet sourceSets.main sourceSet sourceSets.main
sourceSet sourceSets.client sourceSet sourceSets.client
} }

View File

@@ -9,9 +9,9 @@ yarn_mappings=1.21.1+build.3
loader_version=0.16.5 loader_version=0.16.5
# Mod Properties # Mod Properties
mod_version=1.0.0 mod_version=1.0.0-fabric-1.21.1
maven_group=com.vaporvee.enoughmemory maven_group=com.vaporvee.loadsupport
archives_base_name=enoughmemory archives_base_name=loadsupport
# Dependencies # Dependencies
fabric_version=0.105.0+1.21.1 fabric_version=0.105.0+1.21.1

View File

@@ -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. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=Apache License 2.0 mod_license=Apache License 2.0
# The mod version. See https://semver.org/ # 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. # 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. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html