Properly check if a loot table exists (#10190)
This commit is contained in:
parent
0cc3a7ec6b
commit
3841722fe1
17 changed files with 32 additions and 34 deletions
|
@ -3484,7 +3484,7 @@ index 5ee460d5d6e017a52bf26cfd56ca2cfeb82d3343..a381673d2397bcb3569e0b24eb071d86
|
|||
@Override
|
||||
public String getMotd() {
|
||||
return this.console.getMotd();
|
||||
@@ -2538,4 +2595,57 @@ public final class CraftServer implements Server {
|
||||
@@ -2536,4 +2593,57 @@ public final class CraftServer implements Server {
|
||||
public double[] getTPS() {
|
||||
return new double[]{0, 0, 0}; // TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue