port: Mounts of Mayhem (1.21.11)

- This only required an update of MidnightLib & Polymer :)
This commit is contained in:
Martin Prokoph
2025-12-12 18:10:48 +01:00
parent 2b060f9b2b
commit 6a566e11ff
2 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.11-SNAPSHOT' id 'fabric-loom' version '1.13-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
id "me.shedaniel.unified-publishing" version "0.1.+" id "me.shedaniel.unified-publishing" version "0.1.+"
} }

View File

@@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.21.10 minecraft_version=1.21.11
yarn_mappings=1.21.10+build.1 yarn_mappings=1.21.11+build.2
loader_version=0.17.3 loader_version=0.18.2
# Mod Properties # Mod Properties
mod_version = 1.9.4+1.21.10 mod_version = 1.9.4+1.21.11
maven_group = eu.midnightdust.motschen maven_group = eu.midnightdust.motschen
archives_base_name = rocks archives_base_name = rocks
release_type=release release_type=release
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # 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 fabric_version=0.139.4+1.21.11
midnightlib_version=1.8.3+1.21.9-fabric midnightlib_version=1.9.2+1.21.11-fabric
polymer_version=0.14.3+1.21.10 polymer_version=0.15.0-beta.4+1.21.11-rc2
factorytools_version=0.8.2+1.21.10 factorytools_version=0.9.0+1.21.11