issues
search
voxel
/
voxel-clientmc
Minecraft client using WebSockets and voxel-engine (voxel.js plugin)
57
stars
13
forks
source link
Protocol support feature checklist
#23
Open
deathcap
opened
8 years ago
deathcap
commented
8 years ago
[x] Connect to server (via wsmc)
[x] Connect to vanilla servers
[x] Connect to Forge servers (GH-24)
[x] Display chunks
[x] Initial chunk load
[x] Block change updates
[ ] Load new chunks (GH-28)
[x] Movement
[x] Spawn
[x] Teleportation
[x] Client positioning
[ ] Head yaw/pitch (GH-19)
[x] Digging blocks
[ ] Mining start/stop (vs one-click) (GH-11)
[x] Server block break animation
[x] Placing blocks
[x] Player inventory updates (GH-12)
[x] Chat
[x] Send messages
[x] Receive messages
[ ] Translation strings (GH-5)
[ ] Entities (GH-13)
[ ] Chests (voxel-chest)
[ ] Crafting (voxel-workbench, voxel-inventory-crafting)
[ ] Smelting (voxel-furnace)
[ ] Health (voxel-health, ...)