An open API service indexing awesome lists of open source software.

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

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)