4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00
Altarik's minecraft launcher
Go to file
dependabot[bot] c6707ecdaa
Bump electron from 31.1.0 to 32.0.1
Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 32.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v31.1.0...v32.0.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 15:14:35 +00:00
.github Remove frozen filelock 2024-06-29 10:39:09 +02:00
src feat: add reloading button on chapter selection panel, refactor: remove loading chapters file from filesystem, fix: Luanhcer was periodically fetching for the chapter declaration online, do it one time at loading now 2024-08-31 17:13:36 +02:00
.eslintrc.cjs Update to electron 28, remove eslint vue plugin 2023-12-06 12:40:49 +01:00
.gitignore chore(deps): update dependencies 2024-06-29 01:46:46 +02:00
.yarnrc.yml chore(deps): update dependencies 2024-06-29 01:46:46 +02:00
config.forge.cjs Move to electron 28 and changed everything to ESM 2023-11-23 23:30:26 +01:00
icon.ico updated icon 2021-08-29 14:37:35 +02:00
LICENSE Change Licence from MIT to BSD3 2021-03-22 22:32:02 +01:00
package.json Bump electron from 31.1.0 to 32.0.1 2024-08-31 15:14:35 +00:00
README.md Update README.md 2022-10-22 01:20:04 +02:00
yarn.lock Bump electron from 31.1.0 to 32.0.1 2024-08-31 15:14:35 +00:00

Launcher

Launcher is a Minecraft custom launcher developped to launch the game with our own modpack.

More info on: https://altarik.fr 1

Preambule

Use main branch at your own risk, it may contains code which not compile nor contains known bugs which require bug fix.

If you want to use a version of the launcher how work, please download an already compiled asset from the lastest version (https://github.com/AltarikMC/Launcher/releases/latest) or checkout the latest tag.

Installation and usage

If you use the launcher thank to git and not by downloading already compiled assets2, use these step:

First you need to have nodejs installed on your system, if not, install it by following this page: https://nodejs.org/en/download/ .

Then active yarn if you don't have already did it: corepack enable

To install dependencies: yarn

To start the launcher: yarn run start

The code and everything here is distributed under BSD 3-Clause License which autorize usage, modification and dsitribution of the launcher for a commercial or a private use, more information about the licence here.


  1. Website still in developpement, a new fresh version will come in a near future. ↩︎

  2. If you using a Mac per example. ↩︎