diff options
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle.properties | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle index 4059ebbc..d4852ce8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.12-SNAPSHOT' + id 'fabric-loom' version '1.0-SNAPSHOT' id 'maven-publish' id 'com.modrinth.minotaur' version '2.+' } @@ -107,7 +107,7 @@ modrinth { versionNumber = "v${project.version}" versionName = "Skyblocker ${project.mod_version} for ${project.suported_version}" uploadFile = remapJar - gameVersions = ["1.18", "1.18.1", project.minecraft_version] + gameVersions = ["1.19", "1.19.1", project.minecraft_version] loaders = ["fabric"] versionType = "release" dependencies = [ // Yet another array. Create a new `ModDependency` or `VersionDependency` with two strings - the ID and the scope diff --git a/gradle.properties b/gradle.properties index c215a90f..9fff105e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,22 +1,22 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.19.1 -yarn_mappings=1.19.1+build.3 -loader_version=0.14.6 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.1 +loader_version=0.14.8 #Fabric api -fabric_version=0.58.5+1.19.1 +fabric_version=0.58.6+1.19.2 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=7.0.65 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=4.0.5 +mod_menu_version=4.0.6 # Mod Properties mod_version = 1.8.1 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ -suported_version=1.19.1
\ No newline at end of file +suported_version=1.19.2
\ No newline at end of file |