mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-14 23:30:25 -04:00
Expose yggdrasil to API consumer
The Yggdrasil library should be exposed to API consumer.
This commit is contained in:
parent
c6d228d7de
commit
d1490e928a
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -23,6 +23,7 @@ module.exports = {
|
|||
Server: Server,
|
||||
ping: require('./lib/ping'),
|
||||
protocol: protocol,
|
||||
yggdrasil: Yggdrasil,
|
||||
};
|
||||
|
||||
function createServer(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue