quilt-template-mod/README.md

33 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-06-21 03:29:17 -06:00
# Quilt Template Mod
2022-04-20 11:09:40 -06:00
2023-06-20 22:55:33 -06:00
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.
2022-04-20 11:09:40 -06:00
2022-04-20 13:04:10 -06:00
2023-06-21 01:29:17 -06:00
## 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)
2023-06-21 01:30:51 -06:00
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
2023-06-20 22:55:33 -06:00
### 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.
2022-04-20 13:02:00 -06:00
2023-06-20 22:55:33 -06:00
``gpg --no-version --armor --sign WAIVER``
2022-04-20 11:09:40 -06:00
2022-04-20 13:02:00 -06:00
2023-06-20 22:55:33 -06:00
## 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.
2022-04-20 13:02:00 -06:00
2023-06-20 22:55:33 -06:00
![pd-icon](https://user-images.githubusercontent.com/9313366/208296032-a39e4144-ab3d-4abc-af51-074d2ac678fe.png)
See [Unlicense](https://unlicense.org).