From fe22e15bf5463c63a36dd7689700fb3045c7f90c Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Fri, 17 Jun 2022 09:02:11 +0200 Subject: [PATCH] Update to 1.19 --- build.gradle | 2 +- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index d1429e3..011be52 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.10-SNAPSHOT' + id 'fabric-loom' version '0.12-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index df90fec..18d5548 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.18.2 -yarn_mappings=1.18.2+build.3 -loader_version=0.14.7 +minecraft_version=1.19 +yarn_mappings=1.19+build.4 +loader_version=0.14.8 # Mod Properties mod_version = 1.0.5 @@ -14,4 +14,4 @@ archives_base_name = trample-disabler # 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.56.0+1.18.2 +fabric_version=0.56.0+1.19 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8338724..d96088a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,9 +27,9 @@ ], "depends": { - "fabricloader": ">=0.11.3", + "fabricloader": ">=0.14.8", "fabric": "*", - "minecraft": "1.18.x", + "minecraft": "1.19.x", "java": ">=17" } }