whoopsee
This commit is contained in:
parent
9e42eb7c7f
commit
fd5578a335
2 changed files with 4 additions and 49 deletions
49
README.md
49
README.md
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'java'
|
||||
}
|
||||
|
||||
group = 'com.thnkscj'
|
||||
group = 'baseband'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||
|
|
Loading…
Add table
Reference in a new issue