27 lines
643 B
Markdown
27 lines
643 B
Markdown
# 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 © LiteLDev
|