deathcap
deathcap
The block break animation for other players damaging blocks does not animate on Forge servers (tested on forge-1.8.9-11.15.0.1715, works on vanilla 1.8.9 and Spigot), instead it stays on the very...
Support interacting with Forge mods installed on the server via the web client, to some extent. Code would have to be added for each mod, which could include all mods,...
resource_pack.js logs server-offered texture packs, since it cannot know whether or not they are downloadable, but optionally as an enhancement it could try to download and automatically install. This would...
Observed on the console log: ``` pyramid= [View3duint8, View3duint8, View3duint8, View3duint8, View3duint8, View3duint8] blob::134811 node-macaddress: Unkown os.platform(), defaulting to `unix'. blob::186304 mf-worker initializing DedicatedWorkerGlobalScope {__core-js_shared__: Object, undefined: undefined, Infinity: Infinity,...
Should support translating from the internal chat string names to human-readable descriptions, instead of: ``` voxel-clientmc connecting... Spawn position: {"x":0,"y":0,"z":0} Spawn position: {"x":-8,"y":64,"z":-196} test [Server: commands.op.successwebuser-4commands.op.success] [Server: commands.time.set18001commands.time.set] [Server: commands.give.success[Dirt]...
http://nwjs.io (fka node-webkit) allows writing desktop apps using Node.js and WebKit, might be interesting to port voxel-clientmc to run on it. Of course, the main goal of voxel-clientmc is to...
``` "websocket-stream": "^1.4.0", ``` latest in https://github.com/voxel/voxel-clientmc/pull/20 is 3.1.0 (note: may have incompatible changes)
Currently voxel-clientmc is hardcoded to connect to ws://localhost:24444 (or whatever is set in `opts.url`), it should have some kind of user interface listing to select the server(s) to connect to....
The initial chunk processing and loading takes too long and blocks the main thread, meaning the server doesn't receive the keep-alive response from the client, so it kicks it after...
- [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 -...