Closed deathcap closed 9 years ago
ref https://github.com/andrewrk/node-minecraft-protocol/pull/71 - "browser": in package.json avoids gyp dependency for the browser, but it is still built as part of the installation process. Maybe we need a packet-decoding-only fork of minecraft-protocol (no crypto) @roblabla thoughts?
I've been thinking of separating minecraft-protocol and the barebone client nowadays.
Then you can probably use this in your project without problem.
I'll try adding this in this week.
also ursa (the native RSA crypto module dependency) is now no longer maintained: https://github.com/Medium/ursa/commit/5786b41a829b6048a6f87a9f9aa48074d4fa7cac
Well so long as it works, it doesn't matter. Besides, I'm not aware of any alternatives
On September 24, 2014 3:56:15 AM CEST, deathcap notifications@github.com wrote:
also ursa (the native RSA crypto module dependency) is now no longer maintained: https://github.com/Medium/ursa/commit/5786b41a829b6048a6f87a9f9aa48074d4fa7cac
Reply to this email directly or view it on GitHub: https://github.com/deathcap/voxel-clientmc/issues/7#issuecomment-56615647
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Been working on some other projects than node-minecraft-protocol. If you want to go packet-decoding-only, I suggest you fork node-minecraft-protocol and keep only protocol.js for now.
Solved with the browser field, https://github.com/PrismarineJS/node-minecraft-protocol/pull/71 - also; though ursa is still installed on nodejs, ursa-purajs now works well as an alternative if ursa cannot be built.
As for https://github.com/deathcap/voxelmetaverse/issues/52, removed voxel-clientmc from that repo for now, instead testing in a separate, bundled app https://github.com/deathcap/voxel-clientmc/tree/master/app
reported in https://github.com/deathcap/voxpopuli/issues/52 causes installation troubles on Windows platforms
node-gyp is for native encryption code, not actually needed for voxel-clientmc but it is built as part of minecraft-protocol https://github.com/andrewrk/node-minecraft-protocol