Files
Axo-McLCE-ModLoader/CONTRIBUTING.md
2026-03-10 21:11:32 +01:00

1.2 KiB

Contributing to Axo Loader

Thank you for your interest in contributing to Axo Loader.

Contributions are very welcome. If you have ideas for improvements, bug fixes, or new features, feel free to open a pull request or submit an issue to discuss your proposal.

As the project is written in C++, any help with improving the code quality, performance, or structure is especially appreciated.

How to Contribute

  1. Get the modloader .cpp and .h files.
  2. Make your improvements or fixes.
  3. Submit a pull request with a clear description of what you changed and why.

Additional Technical Info

  1. Loader currently uses 6 custom files:
    • AxoAPI.h
    • AxoAPI.cpp
    • AxoModLoader.h
    • AxoModLoader.cpp
    • AxoItemImpl.cpp
    • AxoBlockImpl.cpp
  2. You can get those files from decompiled game files or using our API!

Reporting Issues

If you find a bug or unexpected behavior, please open an issue or report it on discord and include:

  • a clear description of the problem
  • if you have clues you can give steps to reproduce it
  • any relevant logs or screenshots

Thank You

Every contribution helps improve the project. Thank you to everyone who takes the time to help.