From c5c1f7853902857fa363702e2b5f2c46c3d8bffa Mon Sep 17 00:00:00 2001 From: xzeldon Date: Tue, 7 Jun 2022 23:54:54 +0300 Subject: [PATCH] 1.19 --- build.gradle | 2 +- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 27ac707..68661f8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.11-SNAPSHOT' + id 'fabric-loom' version '0.12-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index ff89467..c5b177c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.18.2 - yarn_mappings=1.18.2+build.3 + minecraft_version=1.19 + yarn_mappings=1.19+build.1 loader_version=0.14.6 # Mod Properties - mod_version = 1.1.2-1.18.2 + mod_version = 1.1.2-1.19.0 maven_group = ru.xzeldon.removeblockoutline archives_base_name = removeblockoutline # Dependencies - fabric_version=0.53.0+1.18.2 + fabric_version=0.55.2+1.19 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 450cf9d..3f2ef41 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,7 +33,7 @@ "depends": { "fabricloader": ">=0.14.6", "fabric": "*", - "minecraft": "~1.18.2", + "minecraft": "~1.19", "java": ">=17" }, "suggests": {