{"id":30613869,"url":"https://github.com/nerotvlive/a-minecraft-launcher","last_synced_at":"2025-08-30T06:48:10.621Z","repository":{"id":196348338,"uuid":"695456552","full_name":"nerotvlive/a-minecraft-launcher","owner":"nerotvlive","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-24T09:50:44.000Z","size":407974,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T06:48:06.603Z","etag":null,"topics":["curseforge","fabric","java","launcher","launching","lib","library","libs","minecraft","modrinth","neoforge","nex","quilt","zyndex"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerotvlive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-23T08:35:34.000Z","updated_at":"2025-08-24T09:50:47.000Z","dependencies_parsed_at":"2024-04-09T18:38:08.051Z","dependency_job_id":"ec2fd658-85a6-469e-beb7-01355731aa1b","html_url":"https://github.com/nerotvlive/a-minecraft-launcher","commit_stats":{"total_commits":376,"total_committers":4,"mean_commits":94.0,"dds":0.09308510638297873,"last_synced_commit":"03bcc06e0f4eaac655f1b8badba083b713cb00da"},"previous_names":["danieldieeins/zyneon-application","danieldieeins/nexus-app-minecraft-module","danieldieeins/nexus-app","danieldieeins/a-minecraft-launcher","nerotvlive/a-minecraft-launcher"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/nerotvlive/a-minecraft-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerotvlive%2Fa-minecraft-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerotvlive%2Fa-minecraft-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerotvlive%2Fa-minecraft-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerotvlive%2Fa-minecraft-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerotvlive","download_url":"https://codeload.github.com/nerotvlive/a-minecraft-launcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerotvlive%2Fa-minecraft-launcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815818,"owners_count":24997661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curseforge","fabric","java","launcher","launching","lib","library","libs","minecraft","modrinth","neoforge","nex","quilt","zyndex"],"created_at":"2025-08-30T06:48:05.688Z","updated_at":"2025-08-30T06:48:10.597Z","avatar_url":"https://github.com/nerotvlive.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# **a Minecraft Launcher** `2025.8.2`\n\nA third party Minecraft launching library with an EULA compliant name. Based on [OpenLauncherLib](https://github.com/FlowArg/OpenLauncherLib) and [FlowUpdater](https://github.com/FlowArg/FlowUpdater) by [FlowArg](https://github.com/FlowArg).\n\nUsed by the **[NEXUS App](https://github.com/nerofynetwork/NEXUS-App)**, a **free** and **open source** Desktop application to install, manage and play Minecraft: Java Edition which supports downloading **modpacks, mods, shaders, worlds, resource packs** and **more** from **Modrinth**, **CurseForge** and **Zyndex instances**.\n## Table of contents\n\n- [How to this to your project](#how-to-add-this-library-to-your-project)\n- [How to install a Minecraft instance](#how-to-install-a-minecraft-instance)\n- [How to launch a Minecraft instance](#how-to-launch-a-minecraft-instance)\n\n## How to add this library to your project\n\n\n\n**via Maven:**\n\nAdd the official Nerofy Network Maven repository to your pom.xml.\n```\n\u003crepositories\u003e\n    \u003c!--Other repositories...--\u003e\n\n    \u003crepository\u003e\n        \u003cid\u003enerofy-releases\u003c/id\u003e\n        \u003cname\u003eNerofy Network Maven repository\u003c/name\u003e\n        \u003curl\u003ehttps://maven.nrfy.net/releases\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nAfter adding the repository, add the \"a Minecraft Launcher\" dependency.\n```\n\u003cdependencies\u003e\n    \u003c!--Other dependencies...--\u003e\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003elive.nerotv\u003c/groupId\u003e\n        \u003cartifactId\u003ea-minecraft-launcher\u003c/artifactId\u003e\n        \u003cversion\u003e2025.8.2\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n\n**via Gradle (Kotlin)**\n\nAdd the official Nerofy Network Maven repository to your project.\n```\nmaven {\n    name = \"nerofyReleases\"\n    url = uri(\"https://maven.nrfy.net/releases\")\n}\n```\n\nAfter adding the repository, add the \"a Minecraft Launcher\" dependency.\n```\nimplementation(\"live.nerotv:a-minecraft-launcher:2025.8.2\")\n```\n\n\n**via Gradle (Groovy)**\n\nAdd the official Nerofy Network Maven repository to your project.\n```\nmaven {\n    name \"nerofyReleases\"\n    url \"https://maven.nrfy.net/releases\"\n}\n```\n\nAfter adding the repository, add the \"a Minecraft Launcher\" dependency.\n```\nimplementation \"live.nerotv:a-minecraft-launcher:2025.8.2\"\n```\n## How to install a Minecraft instance\n\n\n\nVanilla:\n```java\n//A Minecraft Vanilla Installer that installs the latest game version in the current folder.\nnew VanillaInstaller().install();\n\n//A Minecraft vanilla installer that installs a specific version in a specific folder. Info: If the game got successfully installed, the method will return true, if not, the method will return false, so you can handle the outcome of the installation try.\nif(new VanillaInstaller(\"1.16.5\",\".minecraft\").install()) {\n    //TODO do something after a successful game install\n} else {\n    //TODO do something after a failed game installation try\n}\n\n//or\nVanillaInstaller installer = new VanillaInstaller();\ninstaller.setMinecraftVersion(\"1.21.8\");\ninstaller.setInstallationPath(\".minecraft\"); //or use a path installer.setInstallationPath(Path.of(\".minecraft\"));\ninstaller.install();\n```\n\nIf you want to install a modloader, you need to initialize the correct installer object. Supported modloaders: Fabric, Forge, NeoForge and Quilt. Here is an example with the Fabric modloader:\n```java\n//A Minecraft Fabric installer that installs the latest game and modloader version in the current folder.\nnew FabricInstaller().install();\n\n//A Minecraft Fabric installer that installs a specific Minecraft and Fabric version in a specific folder. Info: If the game got successfully installed, the method will return true, if not, the method will return false, so you can handle the outcome of the installation try.\nif(new FabricInstaller(\"1.16.5\",\"0.16.3\",\".minecraft-fabric\").install()) {\n    //TODO do something after a successful game install\n} else {\n    //TODO do something after a failed game installation try\n}\n\n//or\nFabricInstaller installer = new FabricInstaller();\ninstaller.setMinecraftVersion(\"1.21.8\");\ninstaller.setFabricVersion(\"0.17.2\");\ninstaller.setInstallationPath(\".minecraft-fabric\"); //or use a path installer.setInstallationPath(Path.of(\".minecraft\"));\ninstaller.install();\n```\n\nIf you want to use other modloaders than Fabric, just try to replace \"Fabric\" with your mod loaders name.\n\n\n## How to launch a Minecraft instance\n\n**Important:** The launcher will automatically install the specified Minecraft version and the selected modloader with its specific version if they are not present in the game path.\n\n**Important¹:** You'll need a valid AuthInfos object to initialize the game launchers. For more information visit [OpenAuth](https://github.com/Litarvan/OpenAuth) by [Litarvan](https://github.com/Litarvan).\n\n```java\n//Vanilla\nVanillaLauncher launcher = new VanillaLauncher(authInfos);\n//Minecraft 1.21.8 with 4GB (4096MB) of memory in the .minecraft folder with the ID \"a-minecraft-installation\"\nlauncher.launch(\"1.21.8\",4096,Path.of(\".minecraft\"),\"a-minecraft-installation\"));\n\n//Fabric\nFabricLauncher fabricLauncher = new FabricLauncher(authInfos);\n//Minecraft 1.21.8 with Fabric 0.17.2 with 4GB (4096MB) of memory in the .minecraft-fabric folder with the ID \"a-minecraft-fabric-installation\"\nfabricLauncher.launch(\"1.21.8\",\"0.17.2\",4096,Path.of(\".minecraft-fabric\"),\"a-minecraft-fabric-installation\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerotvlive%2Fa-minecraft-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerotvlive%2Fa-minecraft-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerotvlive%2Fa-minecraft-launcher/lists"}