From a9936bee4d74f5c00cef827b7c2983e561fa189f Mon Sep 17 00:00:00 2001 From: Lara <69314462+WearBlackAllDay@users.noreply.github.com> Date: Thu, 7 Jul 2022 12:40:33 +0200 Subject: [PATCH] 1.19 we go --- build.gradle | 8 ++++---- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index ada4b33..e9932d2 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' } @@ -37,9 +37,9 @@ dependencies { // You may need to force-disable transitiveness on them. } -minecraft { - accessWidener = file("src/main/resources/dimthread.accesswidener") - refmapName = "dimthread.refmap.json" +loom { + accessWidenerPath = file("src/main/resources/dimthread.accesswidener") + mixin.defaultRefmapName = "dimthread.refmap.json" } processResources { diff --git a/gradle.properties b/gradle.properties index 63a458c..17de9b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,15 +2,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.18 -yarn_mappings=1.18+build.1 -loader_version=0.12.8 +minecraft_version=1.19 +yarn_mappings=1.19+build.4 +loader_version=0.14.8 # Mod Properties -mod_version=1.2.6 +mod_version=1.2.7 maven_group=wearblackallday archives_base_name=DimThread # Dependencies # check this on https://modmuss50.me/fabric.html #fabric_version=0.44.0+1.18 -fabric_game_rule_v1_version=1.0.9+e77d3ea6cb +fabric_game_rule_v1_version=1.0.19+1899036192 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2a2aae5..5896d04 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,6 +18,6 @@ "accessWidener": "dimthread.accesswidener", "depends": { "fabricloader": ">=0.12.8", - "minecraft": ">=1.18" + "minecraft": ">=1.19" } }