From f7bd8bbdae81b1df9c0a9862f55ba06cbfe71f3e Mon Sep 17 00:00:00 2001 From: Joshua Samenfink Date: Thu, 2 Mar 2023 18:28:57 +0100 Subject: [PATCH] Update to latest 1.19.3 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0249e34..27fd029 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.19.3 - yarn_mappings=1.19.3+build.3 - loader_version=0.14.11 + yarn_mappings=1.19.3+build.5 + loader_version=0.14.14 # Mod Properties mod_version = 1.1.1 @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.69.0+1.19.3 + fabric_version=0.75.1+1.19.3