From aa8bcd2e76d0dd728b4911b14d155796799a0470 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Tue, 7 Jun 2022 22:16:19 +0200 Subject: 1.19.x --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index d9473bd9..d3aef5de 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.18.2 -yarn_mappings=1.18.2+build.1 -loader_version=0.13.3 +minecraft_version=1.19 +yarn_mappings=1.19+build.1 +loader_version=0.14.6 #Fabric api -fabric_version=0.47.9+1.18.2 +fabric_version=0.55.1+1.19 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=6.2.57 +clothconfig_version=7.0.65 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=3.1.0 +mod_menu_version=4.0.0-beta.4 # Mod Properties mod_version = 1.8.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ -suported_version=1.18.x \ No newline at end of file +suported_version=1.19.x \ No newline at end of file -- cgit