Initial commit

This commit is contained in:
子沐呀
2025-04-19 14:34:17 +08:00
committed by GitHub
Unverified
commit 40646ce097
19 changed files with 1446 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# 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