mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-15 10:45:10 +01:00
port: Mounts of Mayhem (1.21.11)
- This only required an update of MidnightLib & Polymer :)
This commit is contained in:
@@ -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.+"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user