A small Minecraft launcher codebase
Go to file
2023-11-14 16:40:15 -05:00
lib Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
res/css Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
views Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
.gitignore Initial commit 2023-11-13 17:26:56 -05:00
LICENSE Initial commit 2023-11-13 17:26:56 -05:00
main.js Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
meta.json Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
package.json Add basic Electron window 2023-11-13 18:09:20 -05:00
preload.js Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
README.md Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00
sources.json Write some info in README.md, design titlebar, make downloader and very basic instance checker 2023-11-14 16:40:15 -05:00

OpenModLauncher-Base

A small Minecraft launcher codebase

This is currently a work in progress for another project of mine but it can be used in other projects too as I try to be the least project-specific as I can be.

Please note I reused and rearranged a lot of code from a launcher I've programmed earlier this year.

Features

At the time of writing this README, this launcher can only download a Minecraft version specified in meta.json into a given directory. Launching Minecraft, installing a mod loader on top of many versions and downloading custom files are the main planned features.