https://github.com/liteldev/levilamina-mod-template
The LeviLamina mod template
https://github.com/liteldev/levilamina-mod-template
Last synced: 3 months ago
JSON representation
The LeviLamina mod template
- Host: GitHub
- URL: https://github.com/liteldev/levilamina-mod-template
- Owner: LiteLDev
- License: cc0-1.0
- Created: 2023-11-17T00:48:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T07:12:33.000Z (about 1 year ago)
- Last Synced: 2025-10-03T00:33:22.955Z (9 months ago)
- Language: C++
- Homepage:
- Size: 96.7 KB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LeviLamina Mod Template
Mod Template for LeviLamina
## Usage
For detailed instructions, see the [LeviLamina Documentation](https://lamina.levimc.org/developer_guides/tutorials/create_your_first_mod/)
1. Generate a new repository from this template
2. Clone the new repository
3. Change the mod name and the expected LeviLamina version in `xmake.lua`
4. Add your code.
5. Run `xmake f -y -p windows -a x64 -m release` in the root of the repository
6. Run `xmake` to build the mod.
After a successful build, you will find mod in `bin/`
## Contributing
Ask questions by creating an issue.
PRs accepted.
## License
CC0-1.0 © LeviMC(LiteLDev)