32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Quilt Template Mod
|
|
|
|
Based on the official template mod, this mod is modified to preconfigure things like mod menu support that I normally add anyways to my mods.
|
|
|
|
|
|
## Usage
|
|
1. clone this repository
|
|
2. rename from ``limepot-quilt-template-mod`` to your mod name
|
|
3. cd into the directory
|
|
4. run the ``interactive-setup.sh`` script (bash required)
|
|
|
|
if you havent just forked this repository, and make one after cloning:
|
|
1. git remote remove origin
|
|
2. git remote add origin ``your git repository here``
|
|
3. git push
|
|
|
|
### please note the below is for personal use, if you decide to use my template mod you do not need to use the unlicense.
|
|
### Contributing:
|
|
I wont tell you exactly how to contribute but I will say, you must cryptographically sign the [waiver](License/WAIVER) and include it in your first commit.
|
|
|
|
``gpg --no-version --armor --sign WAIVER``
|
|
|
|
|
|
## License
|
|
I dedicate any and all copyright interest in this software to the
|
|
public domain. I make this dedication for the benefit of the public at
|
|
large and to the detriment of my heirs and successors. I intend this
|
|
dedication to be an overt act of relinquishment in perpetuity of all
|
|
present and future rights to this software under copyright law.
|
|
|
|
![pd-icon](https://user-images.githubusercontent.com/9313366/208296032-a39e4144-ab3d-4abc-af51-074d2ac678fe.png)
|
|
See [Unlicense](https://unlicense.org).
|