DFS instantiation in biome generator is now correct.
Performed refactoring Began work on world height shader (untested).
This commit is contained in:
127
test-server/crash-reports/crash-2020-04-21_20.26.41-server.txt
Normal file
127
test-server/crash-reports/crash-2020-04-21_20.26.41-server.txt
Normal file
File diff suppressed because one or more lines are too long
127
test-server/crash-reports/crash-2020-04-21_20.30.37-server.txt
Normal file
127
test-server/crash-reports/crash-2020-04-21_20.30.37-server.txt
Normal file
File diff suppressed because one or more lines are too long
110
test-server/crash-reports/crash-2020-04-21_20.36.24-server.txt
Normal file
110
test-server/crash-reports/crash-2020-04-21_20.36.24-server.txt
Normal file
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
#Minecraft server properties
|
||||
#Sun Apr 19 03:21:17 CDT 2020
|
||||
#Tue Apr 21 20:37:39 CDT 2020
|
||||
spawn-protection=16
|
||||
max-tick-time=60000
|
||||
query.port=25565
|
||||
|
@@ -4,5 +4,5 @@ del /s /f /q world >nul 2>&1
|
||||
ECHO "Attempting to copy plugin jar to plugins folder"
|
||||
COPY "..\target\IslandSurvivalCraft-1.0.0.jar" "plugins\IslandSurvivalCraft-1.0.0.jar" >nul
|
||||
ECHO "Starting server..."
|
||||
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=4711 -Xms512M -Xmx1G -jar paper-195.jar nogui
|
||||
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=25566 -Xms512M -Xmx1G -jar paper-195.jar nogui
|
||||
pause
|
@@ -3,5 +3,5 @@ rm -rf world
|
||||
echo "Attempting to copy plugin jar to plugins folder"
|
||||
cp "..\target\IslandSurvivalCraft-1.0.0.jar" "plugins\IslandSurvivalCraft-1.0.0.jar"
|
||||
echo "Starting server..."
|
||||
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=4711 -Xms512M -Xmx1G -jar paper-195.jar nogui
|
||||
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=25566 -Xms512M -Xmx1G -jar paper-195.jar nogui
|
||||
pause
|
Reference in New Issue
Block a user