diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7e6dd79..a073e11 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,3 @@ - # Contributor Covenant Code of Conduct ## Our Pledge diff --git a/LICENSE.md b/LICENSE.md index 6bdc563..56f2f26 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,13 @@ # License for textures/media -All textures are based off from [Minetest Game](https://github.com/minetest/minetest_game) mods, which means those textures fall under their respective licenses.\ +All textures are based on [Minetest Game](https://github.com/minetest/minetest_game) content, which means those textures fall under their respective licenses.\ Unless otherwise noted, all textures fall under the [CC BY-SA 4.0 Interational](https://creativecommons.org/licenses/by-sa/4.0/) license, which is stated below. +Copyright (C) 2023 Crystal741\ +The following media are licensed under [CC BY-SA 4.0 Interational](https://creativecommons.org/licenses/by-sa/4.0/): + +- `pink_girl.png` + ## You are free to **Share** — copy and redistribute the material in any medium or format.\ diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bdef12 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# 🌷 Pink Details 🌷 + +A Minetest texture pack that makes various nodes and items pink! + +![screenshot](https://raw.githubusercontent.com/Crystal741/pink-details/main/screenshot.png) + +## 🛠 Installation 🛠 + +- Unzip the archive, rename the folder to `pink_details` and place it in `..minetest/textures/` +- GNU/Linux: If you use a system-wide installation, place it in `~/.minetest/textures/`. +- Macintosh: Unzip the archive, rename the folder to `pink_details` and place it in `~/Library/Application Support/minetest/textures/`. + +For further information or help, see: + + +## 📖 Supported mods 📖 + +The currently supported mods are all included in [Minetest Game][MTG].\ +Here's the complete list of supported mods. May be updated in the future: + +- `beds` (included in [Minetest Game][MTG]). +- `binoculars` (included in [Minetest Game][MTG]). +- `default` (included in [Minetest Game][MTG]). +- `farming` (included in [Minetest Game][MTG]). +- `fireflies` (included in [Minetest Game][MTG]). +- `flowers` (included in [Minetest Game][MTG]). +- `player_api` (included in [Minetest Game][MTG]). +- `screwdriver` (included in [Minetest Game][MTG]). +- `tnt` (included in [Minetest Game][MTG]). +- `vessels` (included in [Minetest Game][MTG]). + +## 📷 Screenshots 📷 + +You can see all the screenshots in the root directory of the repository. + +## 📜 License 📜 + +Refer to the [`LICENSE.md`](https://github.com/Crystal741/pink-details) file for more information. + +[MTG]: https://github.com/minetest/minetest_game diff --git a/builtin/logo.png b/builtin/logo.png new file mode 100644 index 0000000..7ddaf18 Binary files /dev/null and b/builtin/logo.png differ diff --git a/builtin/progress_bar.png b/builtin/progress_bar.png new file mode 100644 index 0000000..5e7c039 Binary files /dev/null and b/builtin/progress_bar.png differ diff --git a/default/farming_bread.png b/farming/farming_bread.png similarity index 100% rename from default/farming_bread.png rename to farming/farming_bread.png diff --git a/default/farming_tool_woodhoe.png b/farming/farming_tool_woodhoe.png similarity index 100% rename from default/farming_tool_woodhoe.png rename to farming/farming_tool_woodhoe.png diff --git a/default/farming_wheat.png b/farming/farming_wheat.png similarity index 100% rename from default/farming_wheat.png rename to farming/farming_wheat.png diff --git a/default/farming_wheat_7.png b/farming/farming_wheat_7.png similarity index 100% rename from default/farming_wheat_7.png rename to farming/farming_wheat_7.png diff --git a/default/farming_wheat_8.png b/farming/farming_wheat_8.png similarity index 100% rename from default/farming_wheat_8.png rename to farming/farming_wheat_8.png diff --git a/default/fireflies_firefly.png b/fireflies/fireflies_firefly.png similarity index 100% rename from default/fireflies_firefly.png rename to fireflies/fireflies_firefly.png diff --git a/default/fireflies_firefly_animated.png b/fireflies/fireflies_firefly_animated.png similarity index 100% rename from default/fireflies_firefly_animated.png rename to fireflies/fireflies_firefly_animated.png diff --git a/player_api/README.md b/player_api/README.md new file mode 100644 index 0000000..7f1247c --- /dev/null +++ b/player_api/README.md @@ -0,0 +1,4 @@ +# Player API + +The `pink_girl.png` texture can be used as the default character texture if preferred or can be used in mods.\ +For the license details, please refer to [`LICENSE.md`](https://github.com/Crystal741/pink-details) for the license information. diff --git a/player_api/pink_girl.png b/player_api/pink_girl.png new file mode 100644 index 0000000..6f8629e Binary files /dev/null and b/player_api/pink_girl.png differ diff --git a/screenshot.1.png b/screenshot.1.png new file mode 100644 index 0000000..cf1860c Binary files /dev/null and b/screenshot.1.png differ diff --git a/screenshot.2.png b/screenshot.2.png new file mode 100644 index 0000000..522fc32 Binary files /dev/null and b/screenshot.2.png differ diff --git a/screenshot.3.png b/screenshot.3.png new file mode 100644 index 0000000..e32bcb9 Binary files /dev/null and b/screenshot.3.png differ diff --git a/screenshot.4.png b/screenshot.4.png new file mode 100644 index 0000000..dbfcff6 Binary files /dev/null and b/screenshot.4.png differ diff --git a/screenshot.5.png b/screenshot.5.png new file mode 100644 index 0000000..06bad73 Binary files /dev/null and b/screenshot.5.png differ diff --git a/screenshot.7.png b/screenshot.7.png new file mode 100644 index 0000000..778f780 Binary files /dev/null and b/screenshot.7.png differ diff --git a/screenshot.8.png b/screenshot.8.png new file mode 100644 index 0000000..9de8bfe Binary files /dev/null and b/screenshot.8.png differ diff --git a/screenshot.9.png b/screenshot.9.png new file mode 100644 index 0000000..bb85fe5 Binary files /dev/null and b/screenshot.9.png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..db218f6 Binary files /dev/null and b/screenshot.png differ