2023-08-26 16:19:12 +02:00
|
|
|
# BaseBand
|
|
|
|
|
|
|
|
it's.... NEW! *MS-DOS 5 promotional music begins*
|
2023-09-14 17:34:37 +02:00
|
|
|
Jesus christ almighty Jess you have to rewrite it already
|
2023-08-26 16:19:12 +02:00
|
|
|
|
|
|
|
##### 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
|