me trying to understand minecraft beta
Find a file
holly 900e621fd5 ignore the old folder
this doesn't need to be on the repo I just keep it around for reference purposes
2021-08-21 08:47:26 +01:00
old trhsry 2021-08-12 05:13:25 +01:00
server don't need the uuid module 2021-08-21 08:38:12 +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 uosodfsjfid 2021-08-12 01:44:18 +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 08:43:31 +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:

  • Entities:
    • Players
    • Items/Blocks
    • Animals
    • Mobs
  • Inventories
  • Terrain saving to disk

Long Term:

  • Optimise the shit out of this