me trying to understand minecraft beta
Holly
d3f630703f
the perlin.js is from https://github.com/leodeslf/perlin-noise and modified to work with node |
||
---|---|---|
server | ||
.gitattributes | ||
.gitignore | ||
config.json | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
mc-beta-server
me trying to understand minecraft beta's protocol
Implemented:
- Basic flat terrain generation
- Terrain sending
- Block placement
- Block breaking
- Entities:
- Players
To Implement:
- Entities:
- Items/Blocks
- Animals
- Mobs
- Inventories
- Terrain saving to disk
- Sleeping in beds
- Tile entities
- Probably a bunch more things that i'm forgetting
Long Term:
- Optimise the shit out of this