Strong utility client https://baseband.com.de
Find a file
2023-08-26 15:19:12 +01:00
.idea Initial commit 2023-08-26 15:19:12 +01:00
Client Initial commit 2023-08-26 15:19:12 +01:00
gradle/wrapper Initial commit 2023-08-26 15:19:12 +01:00
Installer Initial commit 2023-08-26 15:19:12 +01:00
Loader Initial commit 2023-08-26 15:19:12 +01:00
Server Initial commit 2023-08-26 15:19:12 +01:00
.gitignore Initial commit 2023-08-26 15:19:12 +01:00
build.gradle Initial commit 2023-08-26 15:19:12 +01:00
gradlew Initial commit 2023-08-26 15:19:12 +01:00
gradlew.bat Initial commit 2023-08-26 15:19:12 +01:00
README.md Initial commit 2023-08-26 15:19:12 +01:00
settings.gradle Initial commit 2023-08-26 15:19:12 +01:00

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:
{
    {
    "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