This website requires JavaScript.
Explore
Help
Sign in
Parker2991
/
node-minecraft-protocol
Watch
1
Star
0
Fork
You've already forked node-minecraft-protocol
0
mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced
2024-12-04 21:11:04 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a2abb70fc7
node-minecraft-protocol
/
src
/
version.js
6 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
split index.js into mainly createClient.js and createServer.js also create a few other files containing common information and functions : * mcHexDigest.js which contain the function of the same name used in both createClient.js and createServer.js * ursa.js which handle the abstraction on top of ursa and ursa-purejs : used in both createClient.js and createServer.js * version.js used in index.js, createClient.js and createServer.js
2015-07-26 20:26:36 -04:00
module
.
exports
=
{
version
:
47
,
bump minecraft data : now multi version support
2015-08-21 09:44:06 -04:00
minecraftVersion
:
'1.8.1'
,
majorVersion
:
'1.8'
split index.js into mainly createClient.js and createServer.js also create a few other files containing common information and functions : * mcHexDigest.js which contain the function of the same name used in both createClient.js and createServer.js * ursa.js which handle the abstraction on top of ursa and ursa-purejs : used in both createClient.js and createServer.js * version.js used in index.js, createClient.js and createServer.js
2015-07-26 20:26:36 -04:00
}
;
Reference in a new issue
Copy permalink