2024-09-02

CREATED
This commit is contained in:
叁玖领域 2024-09-03 14:58:57 +08:00
parent 1a4fcfcf93
commit 0c3dd146cf
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.debug=false
@ -26,9 +26,9 @@ loader_version_range=[4,)
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
# Must match the String constant located in the main mod class annotated with @Mod.
mod_id=examplemod
mod_id=leashedplayer
# The human-readable display name for the mod.
mod_name=Example Mod
mod_name=Leashed Player
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
@ -36,7 +36,7 @@ mod_version=1.0.0
# 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
mod_group_id=com.example.examplemod
mod_group_id=com.r3944realms.leashedplayer
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=YourNameHere, OtherNameHere
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -1,4 +1,4 @@
package com.example.examplemod;
package com.r3944realms.leashedplayer;
import java.util.List;
import java.util.Set;

View File

@ -1,4 +1,4 @@
package com.example.examplemod;
package com.r3944realms.leashedplayer;
import org.slf4j.Logger;