voxel / voxel-clientmc

Minecraft client using WebSockets and voxel-engine (voxel.js plugin)
57 stars 13 forks source link

Inventory updates #12

Closed deathcap closed 8 years ago

deathcap commented 9 years ago

Receive and send player inventory from the server. Currently it is all client-side

deathcap commented 9 years ago

Server-side inventory slot updates are now received from the server and updated on the client (tested using 'Q' in MC to drop items near the voxel-clientmc web user):

screen shot 2015-03-29 at 8 36 21 pm screen shot 2015-03-29 at 8 35 55 pm

deathcap commented 8 years ago

Inventory drop updates work on 1.8.9 (tested receiving dirt, sand). Picking up wheat_seeds crashes in voxel-registry since an item pile is created but there is no corresponding wheat_seeds texture: https://github.com/voxel/voxel-registry/issues/5