Update README.md

This commit is contained in:
ApfelTeeSaft
2025-11-26 12:41:38 +01:00
committed by GitHub
parent cab9abd3e1
commit 2ca5e4f40c
+2 -3
View File
@@ -9,7 +9,6 @@ A high-performance, cross-platform reimplementation of the Minecraft Beta 1.7.3
- **Low memory**: Arena allocators, object pools, minimal allocations
- **Modern C++**: C++23 preferred, C++20 minimum, RAII throughout
- **Beta 1.7.3 Protocol**: Full network protocol compatibility
- **Extensible**: Plugin SDK (Step 3)
## Quick Start
@@ -90,7 +89,7 @@ cmake -DBUILD_TESTS=ON # Enable tests (default: ON)
cmake -DUSE_ASAN=ON # Enable AddressSanitizer
cmake -DUSE_UBSAN=ON # Enable UndefinedBehaviorSanitizer
cmake -DPROFILE_BUILD=ON # Enable profiling
cmake -DALLOW_UNSAFE_PLUGINS=ON # Disable plugin sandbox (Step 3)
cmake -DALLOW_UNSAFE_PLUGINS=ON # Disable plugin sandbox
```
## Performance
@@ -106,4 +105,4 @@ This is a clean-room reimplementation based on decompiled sources for educationa
## Acknowledgments
- Minecraft Beta 1.7.3 decompiled sources
- Minecraft Beta 1.7.3 decompiled sources