From ffcdadb32f090754dfd6bf13bc20cbcddac166e2 Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Fri, 17 Mar 2023 01:43:12 +0100 Subject: [PATCH] update to fabric 1.19.4 --- build.gradle | 2 +- gradle.properties | 14 +++++++------- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 28ed39a..162b051 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.12-SNAPSHOT' + id 'fabric-loom' version '1.1-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 5181315..a05be2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop/ - minecraft_version=1.19.3 - yarn_mappings=1.19.3+build.5 - loader_version=0.14.13 + minecraft_version=1.19.4 + yarn_mappings=1.19.4+build.1 + loader_version=0.14.17 # Mod Properties - mod_version=0.14.3b + mod_version=0.14.4b maven_group=eu.pabl archives_base_name=twitchchat # 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.73.0+1.19.3 - cloth_config_version=9.0.94 - mod_menu_version=5.0.2 + fabric_version=0.76.0+1.19.4 + cloth_config_version=10.0.96 + mod_menu_version=6.1.0-rc.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 23c71a2..8fcc2b4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "minecraft": ">=1.19.3", + "minecraft": ">=1.19.4", "fabricloader": ">=0.11.3", "fabric": "*", "modmenu": "*",