UNPKG

mc-java-core-333

Version:

A better library starting minecraft game NW.js and Electron.js

13 lines (12 loc) 492 B
/** * This code is distributed under the CC-BY-NC 4.0 license: * https://creativecommons.org/licenses/by-nc/4.0/ * * Original author: Luuxis */ import AZauth from './Authenticator/AZauth.js'; import Launch from './Launch.js'; import Microsoft from './Authenticator/Microsoft.js'; import * as Mojang from './Authenticator/Mojang.js'; import Status from './StatusServer/status.js'; export { AZauth as AZauth, Launch as Launch, Microsoft as Microsoft, Mojang as Mojang, Status as Status };