Update to Minecraft 1.12.1

This commit is contained in:
md_5
2017-08-03 23:00:00 +10:00
parent 9a1fc1e2ee
commit 2a927e8638
19 changed files with 179 additions and 254 deletions

View File

@@ -98,7 +98,7 @@
+
thread.setDaemon(true);
thread.start();
DedicatedServer.LOGGER.info("Starting minecraft server version 1.12");
DedicatedServer.LOGGER.info("Starting minecraft server version 1.12.1");
@@ -79,7 +126,7 @@
}
@@ -158,7 +158,7 @@
if (this.aT() > 0L) {
Thread thread1 = new Thread(new ThreadWatchdog(this));
@@ -298,11 +362,11 @@
@@ -299,11 +363,11 @@
return crashreport;
}
@@ -172,7 +172,7 @@
super.D();
this.aP();
}
@@ -333,7 +397,15 @@
@@ -334,7 +398,15 @@
while (!this.serverCommandQueue.isEmpty()) {
ServerCommand servercommand = (ServerCommand) this.serverCommandQueue.remove(0);
@@ -189,7 +189,7 @@
}
}
@@ -536,16 +608,70 @@
@@ -537,16 +609,70 @@
}
public String getPlugins() {