add "WIP" section
This commit is contained in:
parent
5b0fe58b4e
commit
25036afea9
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,15 +1,19 @@
|
||||||
# mc-beta-server [![CodeFactor](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server/badge)](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server)
|
# mc-beta-server [![CodeFactor](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server/badge)](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server)
|
||||||
me trying to understand minecraft beta's protocol
|
me trying to understand minecraft beta's protocol
|
||||||
|
|
||||||
Implemented:
|
**Implemented:**
|
||||||
- Basic flat terrain generation
|
- Basic flat terrain generation
|
||||||
- Terrain sending
|
- Terrain sending
|
||||||
- Block placement
|
- Block placement
|
||||||
- Block breaking
|
- Block breaking
|
||||||
- Entities:
|
- Entities:
|
||||||
- Players
|
- Players
|
||||||
|
|
||||||
To Implement:
|
**WIP:**
|
||||||
|
- Terrain generation using perlin noise
|
||||||
|
- Cross chunk structure generation (trees, buildings, etc...)
|
||||||
|
|
||||||
|
**To Implement:**
|
||||||
- Entities:
|
- Entities:
|
||||||
- Items/Blocks
|
- Items/Blocks
|
||||||
- Animals
|
- Animals
|
||||||
|
@ -20,5 +24,5 @@ To Implement:
|
||||||
- Tile entities
|
- Tile entities
|
||||||
- Probably a bunch more things that i'm forgetting
|
- Probably a bunch more things that i'm forgetting
|
||||||
|
|
||||||
Long Term:
|
**Long Term:**
|
||||||
- Optimise the shit out of this
|
- Optimise the shit out of this
|
||||||
|
|
Loading…
Reference in a new issue