50 lines
1,023 B
Markdown
50 lines
1,023 B
Markdown
|
# BaseBand
|
||
|
|
||
|
it's.... NEW! *MS-DOS 5 promotional music begins*
|
||
|
|
||
|
##### Normal launcher
|
||
|
- Just run the installer...
|
||
|
- should work?
|
||
|
- no support if it doesn't this is all for fun
|
||
|
- (no pc should be without it!)
|
||
|
|
||
|
##### MultiMC
|
||
|
|
||
|
- Select the Instance and click `Edit Instance`
|
||
|
- Go to Version
|
||
|
- Hit Add Empty, make the NAME `Loader` and the UID `com.baseband`
|
||
|
- Select the entry and click `Edit`
|
||
|
- Copy and Paste this:
|
||
|
|
||
|
```yml
|
||
|
{
|
||
|
{
|
||
|
"formatVersion": 1,
|
||
|
"+tweakers": [
|
||
|
"com.baseband.launcher.Tweaker"
|
||
|
],
|
||
|
"libraries": [
|
||
|
{
|
||
|
"name": "org.ow2.asm:asm-all:5.0.3"
|
||
|
},
|
||
|
{
|
||
|
"name": "net.minecraft:launchwrapper:1.12"
|
||
|
},
|
||
|
{
|
||
|
"MMC-hint": "local",
|
||
|
"name": "com.baseband:loader:1.0.0"
|
||
|
}
|
||
|
],
|
||
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||
|
"name": "Loader",
|
||
|
"uid": "com.baseband",
|
||
|
"version": "1.0"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
```
|
||
|
|
||
|
- Save it
|
||
|
- Click `Open libraries` and place `Loader-1.0.0.jar` in it.
|
||
|
- Launch the instance
|