minecraft-java-core
Version:
A library starting minecraft game NW.js and Electron.js
14 lines (13 loc) • 566 B
TypeScript
/**
* 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';
import Downloader from './utils/Downloader.js';
export { AZauth as AZauth, Launch as Launch, Microsoft as Microsoft, Mojang as Mojang, Status as Status, Downloader as Downloader };