mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07: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 {
|
||||||
client()
|
client()
|
||||||
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"
|
||||||
programArguments.addAll '--width=1920', '--height=1080'
|
programArguments.addAll '--width=1280', '--height=720'
|
||||||
}
|
}
|
||||||
|
|
||||||
client2 {
|
client2 {
|
||||||
|
@ -59,9 +59,6 @@ neoForge {
|
||||||
}
|
}
|
||||||
|
|
||||||
configureEach { run ->
|
configureEach { run ->
|
||||||
systemProperty 'forge.logging.markers', 'REGISTRIES'
|
|
||||||
logLevel = org.slf4j.event.Level.DEBUG
|
|
||||||
|
|
||||||
jvmArgument '-Xmx4G'
|
jvmArgument '-Xmx4G'
|
||||||
|
|
||||||
if (run.project.javaToolchains.launcherFor(java.toolchain).map { it.metadata.vendor }.getOrElse("").contains("JetBrains")) {
|
if (run.project.javaToolchains.launcherFor(java.toolchain).map { it.metadata.vendor }.getOrElse("").contains("JetBrains")) {
|
||||||
|
|
Loading…
Reference in a new issue