Add configurable, small Replay Viewer button (closes #471)

This commit is contained in:
Jonas Herzig
2021-02-28 00:32:33 +01:00
parent c6b41d76fa
commit 8ff27437af
5 changed files with 150 additions and 4 deletions

View File

@@ -199,6 +199,12 @@ repositories {
name = "fabric"
url = "https://maven.fabricmc.net/"
}
maven {
url 'https://maven.terraformersmc.com/releases/'
content {
includeGroup 'com.terraformersmc'
}
}
maven {
url 'https://jitpack.io'
content {
@@ -323,8 +329,7 @@ dependencies {
if (FABRIC) {
if (mcVersion >= 11602) {
// TODO re-add to runtime once available
modCompileOnly 'io.github.prospector:modmenu:1.14.0+build.24'
modCompile 'com.terraformersmc:modmenu:1.16.8'
} else if (mcVersion >= 11600) {
modCompile 'io.github.prospector:modmenu:1.14.0+build.24'
} else {