mirror of
https://github.com/KaDerox/Axo-McLCE-ModLoader.git
synced 2026-07-16 01:51:20 +00:00
1.2 KiB
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
- Get the modloader .cpp and .h files.
- Make your improvements or fixes.
- Submit a pull request with a clear description of what you changed and why.
Additional Technical Info
- Loader currently uses 6 custom files:
- AxoAPI.h
- AxoAPI.cpp
- AxoModLoader.h
- AxoModLoader.cpp
- AxoItemImpl.cpp
- AxoBlockImpl.cpp
- 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.