MeshMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.
If you want to contribute, talk to us on Discord first.
While blindly submitting PRs is definitely possible, they're not necessarily going to get accepted.
We aren't looking for flashy features, but expanding upon the existing feature set without disruption or endangering the future viability of the project is OK.
If you want to build the launcher yourself, check BUILD.md for build instructions.
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.
Copyright © 2012-2022 MultiMC Contributors Copyright © 2026 Project Tick
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.
