From 6a566e11ffdb2f866e860c39e13e0ec138a7367b Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Fri, 12 Dec 2025 18:10:48 +0100 Subject: [PATCH] port: Mounts of Mayhem (1.21.11) - This only required an update of MidnightLib & Polymer :) --- build.gradle | 2 +- gradle.properties | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 8b8e5c2..2b68f4e 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.11-SNAPSHOT' + id 'fabric-loom' version '1.13-SNAPSHOT' id 'maven-publish' id "me.shedaniel.unified-publishing" version "0.1.+" } diff --git a/gradle.properties b/gradle.properties index 5ffafeb..9a94c49 100755 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.21.10 - yarn_mappings=1.21.10+build.1 - loader_version=0.17.3 + minecraft_version=1.21.11 + yarn_mappings=1.21.11+build.2 + loader_version=0.18.2 # Mod Properties - mod_version = 1.9.4+1.21.10 + mod_version = 1.9.4+1.21.11 maven_group = eu.midnightdust.motschen archives_base_name = rocks release_type=release @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G # 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.136.0+1.21.10 - midnightlib_version=1.8.3+1.21.9-fabric - polymer_version=0.14.3+1.21.10 - factorytools_version=0.8.2+1.21.10 + fabric_version=0.139.4+1.21.11 + midnightlib_version=1.9.2+1.21.11-fabric + polymer_version=0.15.0-beta.4+1.21.11-rc2 + factorytools_version=0.9.0+1.21.11