Port to 1.20.3-rc1

This commit is contained in:
Jonas Herzig
2023-12-03 16:30:00 +01:00
parent 43576efeb3
commit faebeb525a
14 changed files with 136 additions and 21 deletions

View File

@@ -265,6 +265,7 @@ dependencies {
11904: '1.19.4',
12001: '1.20.1',
12002: '1.20.2',
12003: '1.20.3-rc1',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16',
@@ -283,6 +284,7 @@ dependencies {
11904: '1.19.4+build.1:v2',
12001: '1.20.1+build.2:v2',
12002: '1.20.2+build.4:v2',
12003: '1.20.3-rc1+build.2:v2',
][mcVersion]
modImplementation 'net.fabricmc:fabric-loader:0.14.11'
def fabricApiVersion = [
@@ -302,6 +304,7 @@ dependencies {
11904: '0.76.0+1.19.4',
12001: '0.83.1+1.20.1',
12002: '0.90.7+1.20.2',
12003: '0.91.1+1.20.3',
][mcVersion]
def fabricApiModules = [
"api-base",
@@ -382,7 +385,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:e7a8ff7", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:5052121", shadeExclusions
// FIXME this should be pulled in by ReplayStudio, and IntelliJ sees it, but javac for some reason does not
implementation 'com.github.viaversion:opennbt:0a02214' // 2.0-SNAPSHOT (ViaVersion Edition)
@@ -393,7 +396,9 @@ dependencies {
shadow 'com.github.ReplayMod:lwjgl-utils:27dcd66'
if (FABRIC) {
if (mcVersion >= 12002) {
if (mcVersion >= 12003) {
modImplementation 'com.terraformersmc:modmenu:9.0.0-pre.1'
} else if (mcVersion >= 12002) {
modImplementation 'com.terraformersmc:modmenu:8.0.0'
} else if (mcVersion >= 12000) {
modImplementation 'com.terraformersmc:modmenu:7.0.1'