diff options
author | GitHub Action <action@github.com> | 2023-07-21 10:15:53 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-07-21 10:15:53 +0000 |
commit | 4f8ca665888f10504d2995e9bed4b95ea60554c3 (patch) | |
tree | c9894a5c302d4b1665f4f6aabfc285b00f90849a /gradle.properties | |
parent | 2c7e371cb8d566875d767dd20c4a1287d5275b2c (diff) | |
download | SkyblockPlayersAnonymous-4f8ca665888f10504d2995e9bed4b95ea60554c3.tar.gz SkyblockPlayersAnonymous-4f8ca665888f10504d2995e9bed4b95ea60554c3.tar.bz2 SkyblockPlayersAnonymous-4f8ca665888f10504d2995e9bed4b95ea60554c3.zip |
Initialize template repository proper
Set package name to com.github.romangraef.skyblockplayersanonymous
Set project name to SkyblockPlayersAnonymous
Set modid to skyblockplayersanonymous
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index d831732..f06856b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ loom.platform=forge org.gradle.jvmargs=-Xmx2g -baseGroup = com.example +baseGroup = com.github.romangraef.skyblockplayersanonymous mcVersion = 1.8.9 -modid = examplemod +modid = skyblockplayersanonymous version = 1.0.0 |