skins-collectible/README.md

40 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2020-08-10 04:59:41 -07:00
# Skins collectible
2020-08-10 05:15:03 -07:00
Wear and unlock skins on Minetest
<a href="https://liberapay.com/Zughy/"><img src="https://i.imgur.com/4B2PxjP.png" alt="Support my work"/></a>
2022-04-16 05:36:34 -07:00
### How to
> THIS IS AN ALPHA, EXPECT BREAKAGES
To add a skin:
1. be sure the world has been launched at least once with Skins Collectible active
2. go to `your world folder/skins`
3. open an existing `.yml` file or create a new one (Skins Collectible can read multiple skins from multiple files)
4. follow the template down below, where `skinID` is an actual number
2022-04-16 05:36:34 -07:00
```yaml
skinID:
name:
description:
texture:
hint: (optional, default "(locked)")
model: (optional, default none)
tier: (optional, default 1)
author: (optional, default "???")
```
For more information check out the `instructions.txt` file inside that folder.
For using the API, check out the [DOCS](/DOCS.md)
2022-04-16 05:36:34 -07:00
2020-08-10 05:15:03 -07:00
### Want to help?
Feel free to:
* open an [issue](https://gitlab.com/zughy-friends-minetest/skins-collectible/-/issues)
* submit a merge request. In this case, PLEASE, do follow milestones and my [coding guidelines](https://cryptpad.fr/pad/#/2/pad/view/-l75iHl3x54py20u2Y5OSAX4iruQBdeQXcO7PGTtGew/embed/). I won't merge features for milestones that are different from the upcoming one (if it's declared), nor messy code
2021-02-27 01:06:24 -08:00
* join the dev room of my Minetest server (A.E.S.) on [Matrix](https://matrix.to/#/%23minetest-aes-dev:matrix.org)
2020-08-10 05:15:03 -07:00
### Credits
* Deny sound by [suntemple](https://freesound.org/people/suntemple/sounds/249300/) (tweaked by me)
2020-08-10 05:15:03 -07:00
Images are under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)