From 42ef60f1405a36bcf1b58043f4b69d8be4326e22 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:17:09 -0400 Subject: Updated to 1.19.4 --- gradle.properties | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index f1ea4278..2c92eebb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,25 +1,20 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -## 1.19.3 -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.5 -## 1.19.2 -#minecraft_version=1.19.2 -#yarn_mappings=1.19.2+build.28 -loader_version=0.14.12 +## 1.19.4 +minecraft_version=1.19.4 +yarn_mappings=1.19.4+build.1 +loader_version=0.14.18 #Fabric api ## 1.19.3 -fabric_version=0.72.0+1.19.3 -## 1.19.2 -#fabric_version=0.72.0+1.19.2 +fabric_version=0.76.0+1.19.4 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=9.0.94 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=5.0.2 +mod_menu_version=6.1.0-rc.4 # Mod Properties mod_version = 1.8.3-beta -- cgit From 6d0352847755bc2b6950430623340bdf73dbfc3c Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:17:43 -0400 Subject: Merged supported_version into minecraft_version --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 2c92eebb..a25f58e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,5 +20,4 @@ mod_menu_version=6.1.0-rc.4 mod_version = 1.8.3-beta maven_group = me.xmrvizzy archives_base_name = skyblocker -modrinth_id=y6DuFGwJ -suported_version=1.19.3 \ No newline at end of file +modrinth_id=y6DuFGwJ \ No newline at end of file -- cgit From 7d491f0351ba8d12f03a79339cea4c2d0d80a45a Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:58:45 -0400 Subject: Updated Cloth Config version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index a25f58e1..6e34d59d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ fabric_version=0.76.0+1.19.4 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=9.0.94 +clothconfig_version=10.0.96 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) mod_menu_version=6.1.0-rc.4 -- cgit From 58e8133079d1969b511643dcac32f91f59821c33 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:24:16 -0400 Subject: Fix & require some recent versions of dependencies --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 6e34d59d..139c0e46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ yarn_mappings=1.19.4+build.1 loader_version=0.14.18 #Fabric api -## 1.19.3 -fabric_version=0.76.0+1.19.4 +## 1.19.4 +fabric_api_version=0.76.0+1.19.4 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -- cgit