From 72c9c3511bda190c44456025d160d875fd9f8e26 Mon Sep 17 00:00:00 2001 From: Adrien1106 Date: Thu, 25 Apr 2024 13:23:06 +0200 Subject: [PATCH] fabric version update --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a9e5d38..9c8090e 100755 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ import fr.altarik.CreateTag plugins { id "com.modrinth.minotaur" version "2.+" - id 'fabric-loom' version '1.5-SNAPSHOT' + id 'fabric-loom' version '1.6-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index c49b920..d16d0cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://modmuss50.me/fabric.html minecraft_version=1.20.4 yarn_mappings=1.20.4+build.3 -loader_version=0.15.6 +loader_version=0.15.10 # Mod Properties modrinth_id = jCpoCBpn @@ -16,7 +16,7 @@ mod_id = reframed # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.95.4+1.20.4 +fabric_version=0.97.0+1.20.4 git_owner=Altarik git_repo=ReFramed