ralf1307 / genericmc

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiMC logo

GenericMC

GenericMC is a custom launcher for Minecraft forked from MultiMC 5 that focuses on predictability, long term stability and simplicity.

Building

If you want to build GenericMC yourself, check BUILD.md for build instructions.

Code formatting

Just follow the existing formatting.

In general, in order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Translations

Translations can be currently done upstream. At some point it's going to get forked too.

License

Copyright © 2013-2021 MultiMC Contributors

Copyright © 2021 Ralf Rachinger

Copyright © 2021 GenericMC 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.

About

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once

License:Other


Languages

Language:C++ 79.7%Language:C 12.3%Language:CMake 5.7%Language:Java 1.1%Language:Meson 0.7%Language:Python 0.4%Language:Shell 0.2%