https://github.com/minecraftforge/slimelauncher
https://github.com/minecraftforge/slimelauncher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/minecraftforge/slimelauncher
- Owner: MinecraftForge
- License: lgpl-2.1
- Created: 2025-06-09T20:04:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2026-03-07T21:45:01.000Z (3 months ago)
- Last Synced: 2026-03-08T02:58:43.748Z (3 months ago)
- Language: Java
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-header.txt
Awesome Lists containing this project
README
# Minecraft Slime Launcher
A slim launcher for Minecraft in the development environment.
## Requirements (Delete on Release)
- The ability to launch Minecraft paired with ForgeGradle 7.
- Down the road, we will want to be able to launch versions of Minecraft that use Java 8, old Bootstrap, and old FML.
## Purpose
SlimeLauncher is a standalone tool that allows users to launch Minecraft without needing to interface with the standard
Minecraft Launcher or third party solutions. ForgeGradle 6 and older have done this in the past, but creating a
standalone tool to do this allows for better separation of code and brings potential for other use cases down the line.