Skip to content

MinC Launcher (old name was mc-launcher, McLauncherFX) allows you to download or manage Minecraft Forge and mods easily. It is written in Groovy for logic and Java swing form in Intellij IC for view.

License

Notifications You must be signed in to change notification settings

yeoupooh/minc-launcher

Repository files navigation

Join the chat at https://gitter.im/yeoupooh/minc-launcher Documentation Status Build Status license-GPLv2 implementation-groovy-blue Codacy Badge Codeship Status for yeoupooh/minc-launcher Coverage Status

Korean | English | Japanese

MinC Launcher (old name: McLauncher, McLauncherFX)

This allows you to download or manage Minecraft Forge and mods easily. It is written in Groovy for logic and Java swing form in intellij for view.

Screenshots

  • Launcher tab is always placed in left side

Web Browser tab

Web Browser tab

Mods Downloader tab

Mods Downloader tab

Settings tab

Settings tab

Forges tab

Settings tab

Settings tab

Settings tab

About tab

Settings tab

Downloads

Install

minc-launcher

On Windows

  1. Download Windows version
  2. Unzip mc-launcher-app-*.zip file.
  3. Run mc-launcher-app.exe

On MacOSX

  1. Download MacOSX version
  2. Double click mc-launcher-app-*.dmg file.
  3. Drag McLauncher icon to Applications folder
  4. Now run McLauncher from LaunchPad

How to ...

Download mods

  1. Click "Mods Downloader" tab
  2. Click mods you want (To select multiple, CTRL + Click)
  3. Click "Download Selected Mods" button
  4. Wait till selected mods to be downloaded.

Download forge and install

  1. Click "Settings" tab
  2. Click "Forge" from forge list
  3. Click "Download Selected Forges" button
  4. Wait till selected forges to be downloaded.
  5. Click one forge from forge list to install
  6. Click "Run Minecraft Forge Installer" button
  7. Click "OK" button in Minecraft Forge installer.

Enable/Disable mods

  1. Click "Launcher" tab
  2. Select mods from list. To select multiple, CTRL + mods or drag.
  3. Click "Enable/Disable selected" button to enable/disable when you launch Minecraft
  4. You can enable/disable one by one by toggling checkbox.
  5. NOTE: Enabled/disabled mods will be applied when you click "Refresh" or "Launch Minecraft"

Launch Minecraft

  1. Checkout Minecraft executable path in settings tab before launch
  2. Click Launch Minecraft Button in Launcher tab

Customize mods list

  1. Visit https://jsonblob.com/
  2. Copy json from https://jsonblob.com/api/jsonBlob/56a362f7e4b01190df4b0076 as sample json.
  3. Save and now you get your mods list URL
  4. Copy json url https://jsonblob.com/api/jsonBlob/ to "Downloadable Mods URL"
  5. Click "Update" button

Contribute to translations

  • Currently it support only English, Korean.
  • If you want to contribute your translation, please follow below steps
  1. Fork git repository.
  2. Add your strings_.properties under minc-launcher/mc-launcher-gui/src/main/resources/.
  3. Commit yours and push to your repository.
  4. Send pull request.
  5. Wait for merge and next release.

Welcome your feedback

Please comments in the forums or Join the chat at https://gitter.im/yeoupooh/minc-launcher.

Hacks

Mod List JSON format

{
  "format": "1.1",
  "version": "1",
  "updated": "2016-01-06 02:45:00",
  "mods": [
    {
      "name": "Mekanism: Main",
      "version": "8.1.8.259",
      "forgeVersion": "1.7.10",
      "requiredVersion": "1.7.10",
      "homepage": "http://aidancbrady.com/mekanism/",
      "url": "http://aidancbrady.com/wp-content/uploads/mekanism/259/Mekanism-1.7.10-8.1.8.259.jar"
    },
    {
      "name": "Mekanism: Mekanism Generators",
      "version": "8.1.8.259",
      "forgeVersion": "1.7.10",
      "requiredVersion": "1.7.10",
      "homepage": "http://aidancbrady.com/mekanism/",
      "url": "http://aidancbrady.com/wp-content/uploads/mekanism/259/MekanismGenerators-1.7.10-8.1.8.259.jar"
    }
  ]
}

Forge List JSON format

{
  "forges": [
    {
      "version": "1.7.10-10.13.4.1558",
      "fileName": "forge-1.7.10-10.13.4.1558-1.7.10-installer.jar",
      "url": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.4.1558-1.7.10/forge-1.7.10-10.13.4.1558-1.7.10-installer.jar"
    },
    {
      "version": "1.8-11.14.4.1563",
      "url": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.8-11.14.4.1563/forge-1.8-11.14.4.1563-installer.jar"
    },
    {
      "version": "1.8.9-11.15.0.1692",
      "url": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.8.9-11.15.0.1692/forge-1.8.9-11.15.0.1692-installer.jar"
    }
  ]
}

External resources and libraries

Application icon

Project Page

Copyright

About

MinC Launcher (old name was mc-launcher, McLauncherFX) allows you to download or manage Minecraft Forge and mods easily. It is written in Groovy for logic and Java swing form in Intellij IC for view.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published