Support termux & armbian server

Kami telah mengoptimasi agar bisa berjalan diperangkat.
dan kami tidak menggunakan world flat
This commit is contained in:
2026-07-11 01:06:07 +07:00
parent 781b01c2bf
commit 0ad57da98a
2 changed files with 1 additions and 1 deletions
Executable
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -506,7 +506,7 @@ func (srv *Server) defaultGameData() minecraft.GameData {
GameRules: []protocol.GameRule{
{Name: "naturalregeneration", Value: false},
{Name: "locatorBar", Value: false},
{Name: "spawnradius", Value: int32(0)},
{Name: "spawnradius", Value: uint32(0)},
},
ServerAuthoritativeInventory: true,