mirror of
https://git.yuruyuri.fun/avitoras/mcserver-for-esp32c3sm.git
synced 2026-01-11 16:53:17 +00:00
No description
| include | ||
| lib/minecraft | ||
| src | ||
| .gitignore | ||
| .vscode-ctags | ||
| LICENSE | ||
| platformio.ini | ||
| README.md | ||
mcserver-for-esp32c3sm
this is an implementation of the minecraft server to be run on a esp32 c3 super mini
prerequisites
- esp32 c3 super mini
- platformio
how to
- edit the file include/config.h.ex with your WiFi credentials
- rename the file to config.h
- you're ready to compile, upload and MEOW!
issues
- this is DOESNT WORK!
- players are completely desynced from each other with no client-side awareness
- block updates arent being propagated to other clients at all
- chunks is intermittently failing to load or getting unloaded unexpectedly
- player health and death states arent being handled properly
- game state persistence is completely broken, nothing saving to memory
- chat doesnt work