Projects
A collection of useful projects related to Minecraft Beta 1.7.3! This is not an exhaustive list, but it should give you a good starting point if you're looking for clients, servers, libraries, or tools that can be used or referenced.
Clients
Clients that can connect to Minecraft Beta 1.7.3-compatible servers.
| Language | Project | Creator |
|---|---|---|
| C | CavEX | xtreme8000 |
| Zig | MainCraft | Guillaume D. |
| C++ | Betrock | Pixel Brush |
| C# | TrueCraft Unmaintained | ddevault |
| C# | betasharp Directly Translated | Fazin85 |
| GDScript | Betadot | Pixel Brush |
Check the Minecraft Wiki for more clients.
Servers
Servers that can accept connections from Minecraft Beta 1.7.3-compatible clients.
| Language | Project | Creator |
|---|---|---|
| C++ | BetrockServer | Pixel Brush |
| Go | retromc Fork | esora512 (originally by leNicDev) |
| Rust | mc173 | mindstorm38 |
| Zig | Minestalgia | cody-quinn |
| Java | WintyMC | DOh1221 |
| C# | TrueCraft | ddevault |
| C# | betasharp Directly Translated | Fazin85 |
| C | Custom-BetaMC-Server | dairycultist |
| Swift | comet | mudkip |
Check the Minecraft Wiki for more servers.
Libraries
NBT
Libraries for working with Minecraft's NBT format.
| Language | Name | Creator |
|---|---|---|
| Java | Adventure | PaperMC |
| Java | ViaNBT | ViaVersion |
| Java | CloudburstMC/NBT | Cloudburst |
| Java | MCStructs | Lenni0451 |
| Java | JNBT | Morlok8k |
| C | cNBT | chmod222 |
| C++ | libnbtplusplus | ljfa |
| C++ | pixnbt | Pixel Brush |
| Rust | simdnbt | Azalea |
| Python | nbtlib | Valentin Berlier |
| Python | twoolie/NBT | twoolie |
| TypeScript | Prismarine NBT | PrismarineJS |
| C# | fNbt | Matvei Stefarov |
| Go | go-mc Unmaintained | Tnze |
| PHP | PocketMine-NBT | PocketMine |
Check the Minecraft Wiki for more libraries.
Tools
Tools for working with Minecraft Beta 1.7.3.
| Name | Purpose | Creator |
|---|---|---|
| RetroMCP-Java | Used to decompile and deobfuscate Minecraft code | MCPHackers |
| BetaPacketPlainTextifier | A python script to simplify the reading of b1.7.3 protocol data via Wireshark captures | Pixel Brush |
| GoldenBase | A ChunkBase-like website for pre-Release Minecraft terrain generation | Pixel Brush |