https://github.com/twometer/minecraft.rs
⛏️ Minecraft Server in Rust
https://github.com/twometer/minecraft.rs
Last synced: about 1 year ago
JSON representation
⛏️ Minecraft Server in Rust
- Host: GitHub
- URL: https://github.com/twometer/minecraft.rs
- Owner: Twometer
- License: mit
- Created: 2021-12-08T16:02:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T15:12:58.000Z (over 4 years ago)
- Last Synced: 2025-04-23T20:15:35.403Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft.rs
A high-performance Minecraft server in Rust
## Feature plan
- [x] Minecraft 1.8 protocol implementation ([wiki.vg](https://wiki.vg/index.php?title=Protocol&oldid=7121))
- [x] Asynchronous client handling with Tokio for many concurrent players
- [x] Custom multithreaded world generation engine
- [x] Configurable biome generation
- Per-biome heightmap config
- Per-biome feature distribution (grass, trees, ...)
- [x] Configurable ore generation
- [x] Configurable cave generation
- [ ] Disk storage
- [ ] Basic Minecraft features
- [ ] Synchronize player movement and block interaction
- [ ] Inventory & crafting system
- [ ] Animal spawning and AI
- [ ] Damage system
## Coding time
