mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Maybe lets not be fullscreen.
This commit is contained in:
parent
540fd47078
commit
ae9c72bb73
1 changed files with 1 additions and 4 deletions
|
@ -30,7 +30,7 @@ neoForge {
|
|||
client {
|
||||
client()
|
||||
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
||||
programArguments.addAll '--width=1920', '--height=1080'
|
||||
programArguments.addAll '--width=1280', '--height=720'
|
||||
}
|
||||
|
||||
client2 {
|
||||
|
@ -59,9 +59,6 @@ neoForge {
|
|||
}
|
||||
|
||||
configureEach { run ->
|
||||
systemProperty 'forge.logging.markers', 'REGISTRIES'
|
||||
logLevel = org.slf4j.event.Level.DEBUG
|
||||
|
||||
jvmArgument '-Xmx4G'
|
||||
|
||||
if (run.project.javaToolchains.launcherFor(java.toolchain).map { it.metadata.vendor }.getOrElse("").contains("JetBrains")) {
|
||||
|
|
Loading…
Reference in a new issue