File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
8888processResources {
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ loader_version=0.18.3
1414mod_version =1.0.18
1515maven_group =de.linusdev
1616archives_base_name =oneworldfolder
17- changelog =- Added some debug logging in error cases.
1817
1918# Dependencies
2019fabric_version =0.140.0+1.21.11
You can’t perform that action at this time.
0 commit comments