UNPKG

@origami-minecraft/devbuilds

Version:

Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, an

7 lines 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ORIGAMi_USER_AGENT = exports.AUTHLIB_ARGS = exports.ORIGAMI_CLIENT_TOKEN = void 0; exports.ORIGAMI_CLIENT_TOKEN = 'xx-origami-client-token-xx'; exports.AUTHLIB_ARGS = '-javaagent:$AUTH=$SERVER -Dauthlibinjector.noShowServerName'; exports.ORIGAMi_USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0'; //# sourceMappingURL=defaults.js.map