mirror of
https://github.com/barkeser2002/smelt-smp.git
synced 2026-09-25 02:19:50 +03:00
59 lines
2.2 KiB
Markdown
Executable File
59 lines
2.2 KiB
Markdown
Executable File
# S.M.E.L.T SMP Launcher for S.M.E.L.T SMP Pack
|
|
|
|
S.M.E.L.T SMP Launcher is a custom launcher designed to streamline the launch of "S.M.E.L.T SMP Pack" modpack for Minecraft. It provides a user-friendly way to launch the game and access a unique gaming experience.
|
|
|
|
## Features
|
|
|
|
- **Easy Launch:** Quickly start "S.M.E.L.T SMP Pack" modpack with a user-friendly interface on all platform.
|
|
- **Modpack Management:** Easily access different versions of "S.M.E.L.T SMP Pack" modpack.
|
|
- **Customization:** Personalize launch and gameplay options.
|
|
- **Automatic Updates:** Keep the launcher up-to-date with the latest enhancements and features.
|
|
- **Community Support:** Join our community for assistance, bug reporting, and game discussions.
|
|
|
|
## Installation with Gradle
|
|
|
|
If you prefer to build S.M.E.L.T SMP Launcher from source using Gradle, follow these steps:
|
|
|
|
1. Clone the S.M.E.L.T SMP Launcher repository to your local machine:
|
|
```bash
|
|
git clone https://github.com/barkeser2002/smelt-smp.git
|
|
```
|
|
|
|
2. Navigate to the project directory:
|
|
```bash
|
|
cd smelt-smp-launcher
|
|
```
|
|
|
|
3. Build the project using Gradle. This will compile the source code and create the necessary files:
|
|
```bash
|
|
./gradlew build
|
|
```
|
|
|
|
4. Once the build is complete, you can run S.M.E.L.T SMP Launcher with the following command:
|
|
```bash
|
|
./gradlew run
|
|
```
|
|
|
|
Now you have a locally built version of S.M.E.L.T SMP Launcher running on your machine.
|
|
|
|
## Installation from Pre-built Executable
|
|
|
|
If you prefer to install S.M.E.L.T SMP Launcher from a pre-built executable, you can download the latest release from the [Releases](https://github.com/barkeser2002/smelt-smp/releases) page.
|
|
|
|
## Download "S.M.E.L.T SMP Pack" Modpack
|
|
|
|
You can download "S.M.E.L.T SMP Pack" modpack from CurseForge, which is the official source for the modpack.
|
|
|
|
- [Download "S.M.E.L.T SMP Pack" Modpack on CurseForge](https://www.curseforge.com/minecraft/modpacks/smeltsmp)
|
|
|
|
## Report an Issue
|
|
|
|
If you encounter issues with the launcher, please [create an issue report](https://github.com/barkeser2002/smelt-smp/issues) on our GitHub page.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT License](LICENSE) - See the LICENSE file for more details.
|
|
|
|
---
|
|
© Baris Keser - [GitHub](https://github.com/barkeser2002)
|