diff --git a/README.md b/README.md index 4edddf5..581896f 100644 --- a/README.md +++ b/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 diff --git a/build.gradle b/build.gradle index 19a66a0..2f169c3 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' } -group = 'com.thnkscj' +group = 'baseband' version = '1.0-SNAPSHOT' sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' @@ -13,4 +13,4 @@ repositories { dependencies { -} \ No newline at end of file +}