[1.14] Allow opening of replay settings via ModMenu

This commit is contained in:
Jonas Herzig
2019-06-20 18:43:19 +02:00
parent 5305352b77
commit de0f40f4dd
3 changed files with 28 additions and 0 deletions

View File

@@ -261,6 +261,10 @@ dependencies {
shadow files(project(":jGui:$jGuiVersion").tasks.preshadowJar.archivePath) // include pre-shadowed lwjgl_util
}
if (FABRIC) {
modCompile 'io.github.prospector.modmenu:ModMenu:1.6.2-92'
}
annotationProcessor 'org.projectlombok:lombok:1.16.6'
compile 'org.projectlombok:lombok:1.16.6' // runtime only for @SneakyThrows which isn't used