Updated settings.gradle to 1.20.1

This commit is contained in:
coolGi
2023-08-15 13:23:07 +09:30
parent 4301ed9917
commit 44688afeb9
+1 -1
View File
@@ -29,7 +29,7 @@ pluginManagement {
// Loads the version.properties // Loads the version.properties
def loadProperties() { def loadProperties() {
def defaultMcVersion = "1.18.2" // 1.18.2 is our current most stable version so we use that if no version was defined def defaultMcVersion = "1.20.1" // 1.20.1 is our current most stable version so we use that if no version was defined
def mcVersion = "" def mcVersion = ""
def mcVers = fileTree("versionProperties").files.name // Get all the files in "versionProperties" def mcVers = fileTree("versionProperties").files.name // Get all the files in "versionProperties"