A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Go to file
Sky c44bcfab4b Merge pull request #29 from 02JanDal/java_browse_button
Make the java browse button look like the other browse buttons
2013-12-30 06:36:16 -08:00
cmake Prepare for rework of instance launch/update 2013-11-24 06:36:16 +01:00
depends Make pack200 use QFile by proxy, eliminating some unicode issues. 2013-12-22 18:49:52 +01:00
gui Merge pull request #29 from 02JanDal/java_browse_button 2013-12-30 06:36:16 -08:00
logger Some test madness 2013-12-20 23:04:11 +01:00
logic Fix various LiteLoader related bugs. 2013-12-29 04:17:52 +01:00
mmc_updater Change TestParseScript path back to what it was. 2013-12-28 04:55:38 +01:00
package/linux Fix linux runner script. 2013-12-25 14:43:51 +01:00
resources Add icon for when no default account is selected 2013-11-28 15:46:04 -06:00
tests Various updater fixes 2013-12-28 04:23:48 +01:00
translations Updated german language file 2013-10-10 21:20:57 +02:00
.arcconfig Add Arcanist config file 2013-11-27 14:19:31 -06:00
.clang-format Working 1.6 modding (currently only forge) 2013-09-22 04:21:36 +02:00
.gitignore Unit testing 2013-12-02 11:09:56 +01:00
BUILD.md Fix typo 2013-12-13 16:23:12 +00:00
CMakeLists.txt LiteLoader support 2013-12-28 14:22:36 +01:00
config.h.in Rework the update checking system 2013-12-04 12:34:12 -06:00
dependencies.cmake.in Linux packaging stuff. 2013-02-12 10:14:23 -06:00
generated.qrc.in Prepare for rework of instance launch/update 2013-11-24 06:36:16 +01:00
graphics.qrc Add icon for when no default account is selected 2013-11-28 15:46:04 -06:00
install_prereqs.cmake.in Move fixup_bundle CMake stuff into a separate file 2013-12-10 13:37:15 -06:00
main.cpp Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into develop 2013-12-14 14:00:23 +01:00
MultiMC.cpp Notify the user of any errors 2013-12-30 14:45:59 +01:00
MultiMC.h Notify the user of any errors 2013-12-30 14:45:59 +01:00
MultiMC.icns Switched to BundleUtils and added OS X support. 2013-02-18 12:59:01 -06:00
MultiMC.manifest Magical pixie dust for windows updater reliability 2013-12-17 00:37:56 +01:00
multimc.rc Magical pixie dust for windows updater reliability 2013-12-17 00:37:56 +01:00
MultiMCVersion.h Rework the update checking system 2013-12-04 12:34:12 -06:00
README.md Clarify code style for contributions 2013-12-30 14:24:18 +00:00

MultiMC

MultiMC 5

MultiMC is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. It also allows you to easily install and remove mods by simply dragging and dropping.

Building

Check BUILD.md for build instructions.

Contributing

The repository is currently managed by @peterix and @drayshak - we're the ones likely to review pull requests. If you'd like to contribute to the project please talk to us on IRC (Esper/#MultiMC) first! This helps us organise ideas and keep in contact with you, and we're unlikely to accept anything blindly.

We use Clang Format to format the project. We highly recommend setting it up so the project stays well formatted, but there are issues with it on Windows. If you have trouble setting it up, check .clang-format manually. We don't accept pull requests with poor formatting. If you have questions, talk to us on IRC (Esper/#MultiMC) before submitting a pull request.

License

Copyright © 2013 MultiMC Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.