mc-beta-server/README.md

21 lines
340 B
Markdown
Raw Normal View History

2021-08-21 08:42:18 +01:00
# mc-beta-server
me trying to understand minecraft beta's protocol
Implemented:
- Basic flat terrain generation
- Terrain sending
- Block placement
- Block breaking
To Implement:
2021-08-21 08:43:31 +01:00
- Entities:
- Players
- Items/Blocks
- Animals
- Mobs
2021-08-21 08:42:18 +01:00
- Inventories
- Terrain saving to disk
Long Term:
- Optimise the shit out of this