geforkt von Mirrors/Paper
Implemented maxheight
Dieser Commit ist enthalten in:
Ursprung
5d2a195835
Commit
7ad853a51b
@ -775,4 +775,8 @@ public class CraftWorld implements World {
|
||||
public boolean getAllowMonsters() {
|
||||
return world.allowMonsters;
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return 128;
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren