Skip to content

Commit 4caceee

Browse files
committed
Update to 1.21.10
1 parent 82011fb commit 4caceee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ucraft
22
A minecraft server implementation written in C for machines with limited resources.
3-
The current server supports **1.21.9** for the client. (such as a smart WIFI lightbulb using the bl602 microcontroller. Implementation can be found [here][5])
3+
The current server supports **1.21.10** for the client. (such as a smart WIFI lightbulb using the bl602 microcontroller. Implementation can be found [here][5])
44

55
### Building
66
The server was built and tested on a linux machine. To build on a Windows machine, MSVC is required.

config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#define VIEWDISTANCE 12
2323
#define RESPAWNSCREEN 1
2424

25-
#define CLIENT_VERSION "1.21.9"
25+
#define CLIENT_VERSION "1.21.10"
2626
#define PROTOCOL_VERSION 773
27-
#define LONG_PROTOCOL_VERSION "\\u00A7c UCraft: 1.21.9"
27+
#define LONG_PROTOCOL_VERSION "\\u00A7c UCraft: 1.21.10"
2828
#define MOTD "\\u00A7a\\u00A7lUCraft\\u00A7r\\u00A7l server written in C :D"
2929

3030
// Game config

0 commit comments

Comments
 (0)