me trying to understand minecraft beta
Find a file
2021-08-24 15:29:46 +01:00
server add license to the top of each file 2021-08-24 15:29:46 +01:00
.gitattributes Initial commit 2021-08-10 00:36:29 +01:00
.gitignore ignore the old folder 2021-08-21 08:47:26 +01:00
config.json reduce thread pool threads for the world 2021-08-21 08:22:09 +01:00
index.js add license to the top of each file 2021-08-24 15:29:46 +01:00
LICENSE Initial commit 2021-08-10 00:36:29 +01:00
package-lock.json fsdfdsf 2021-08-12 04:58:56 +01:00
package.json indent using tabs mate 2021-08-21 08:38:06 +01:00
README.md Update README.md 2021-08-21 09:39:33 +01:00

mc-beta-server CodeFactor

me trying to understand minecraft beta's protocol

Implemented:

  • Basic flat terrain generation
  • Terrain sending
  • Block placement
  • Block breaking

To Implement:

  • Entities:
    • Players
    • 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