This commit is contained in:
Jess H 2024-03-21 23:48:52 +00:00
parent 9e42eb7c7f
commit fd5578a335
2 changed files with 4 additions and 49 deletions

View file

@ -1,50 +1,5 @@
# BaseBand
it's.... NEW! *MS-DOS 5 promotional music begins*
Jesus christ almighty Jess you have to rewrite it already
1.12.2 Custom Base Client
##### 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
Many features much good

View file

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'com.thnkscj'
group = 'baseband'
version = '1.0-SNAPSHOT'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'