improve biome mutation noise functions

This commit is contained in:
dfsek
2021-02-05 11:07:12 -07:00
parent 1863ba29fc
commit 4aebb83b0c
3 changed files with 20 additions and 14 deletions

View File

@@ -97,8 +97,8 @@ val testWithPaper = task<JavaExec>(name = "testWithPaper") {
"-XX:G1RSetUpdatingPauseTimePercent=5", "-XX:SurvivorRatio=32", "-XX:+PerfDisableSharedMem",
"-XX:MaxTenuringThreshold=1", "-Dusing.aikars.flags=https://mcflags.emc.gs",
"-Daikars.new.flags=true", "-DIReallyKnowWhatIAmDoingISwear")
maxHeapSize = "3G"
minHeapSize = "3G"
maxHeapSize = "2G"
minHeapSize = "2G"
//args = listOf("nogui")
workingDir = file("${testDir}/")
classpath = files("${testDir}/paper.jar")