Skip to content

Commit 6ca4a9c

Browse files
committed
changelog removed from gradle.properties
1 parent 84b0024 commit 6ca4a9c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Updated to minecraft 1.21.11
2-
- Locate default Minecraft directory on Windows using APPDATA variable
3-
- Added an option to use environmental variables in 'external_saves_directory' with \$\{VAR\}
1+
- Added some debug logging in error cases

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353

5454
}
5555

56-
if(project.hasProperty("modrinthToken")) {
56+
/*if(project.hasProperty("modrinthToken")) {
5757
modrinth {
5858
token = modrinthToken // Please use an environment variable for this! The default is `$MODRINTH_TOKEN`.
5959
projectId = 'JL35Xbzz' // The ID of your Modrinth project. Slugs will not work.
@@ -82,7 +82,7 @@ if(project.hasProperty("curseForgeToken")) {
8282
}
8383
}
8484
}
85-
}
85+
}*/
8686

8787

8888
processResources {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ loader_version=0.18.3
1414
mod_version=1.0.18
1515
maven_group=de.linusdev
1616
archives_base_name=oneworldfolder
17-
changelog=- Added some debug logging in error cases.
1817

1918
# Dependencies
2019
fabric_version=0.140.0+1.21.11

0 commit comments

Comments
 (0)