OmegaConfigGui's generated config screen now has a TranslatableText for its title rather than a LiteralText.q

This commit is contained in:
Luligabi1
2021-12-28 15:07:41 -03:00
parent 9d7aa7581d
commit 5bdce25e29
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
modCompileOnly ("com.terraformersmc:modmenu:${project.modmenu_version}") {
transitive(false)
}
modRuntime ("com.terraformersmc:modmenu:${project.modmenu_version}") {
modRuntimeOnly ("com.terraformersmc:modmenu:${project.modmenu_version}") {
transitive(false)
}