Create README.md
This commit is contained in:
parent
bcdf82017c
commit
d489c7ea09
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# mc-beta-server
|
||||||
|
me trying to understand minecraft beta's protocol
|
||||||
|
|
||||||
|
Implemented:
|
||||||
|
- Basic flat terrain generation
|
||||||
|
- Terrain sending
|
||||||
|
- Block placement
|
||||||
|
- Block breaking
|
||||||
|
|
||||||
|
To Implement:
|
||||||
|
- Entities
|
||||||
|
- Inventories
|
||||||
|
- Terrain saving to disk
|
||||||
|
|
||||||
|
Long Term:
|
||||||
|
- Optimise the shit out of this
|
Loading…
Reference in a new issue