From 5062b3111b1198de7cf3c969c63771c708f981a1 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Sun, 24 Dec 2023 12:22:56 +0800 Subject: [PATCH] Add credits --- CREDITS.txt | 3 +++ README.md | 9 +++++++++ src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CREDITS.txt b/CREDITS.txt index 9ed3a7e..8408aef 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,5 +1,8 @@ === Create: Power Loader === +The following people have contributed to the project: +- Huantanhua - Simplified Chinese translation + The following projects have provided code inspiration for this mod and made this mod possible: - Create: https://github.com/Creators-of-Create/Create - Create Chunkloading: https://github.com/embeddedt/CreateChunkloading diff --git a/README.md b/README.md index ca50663..5959c88 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,12 @@ Find this mod on [**Modrinth**](https://modrinth.com/mod/create-power-loader) or This mod is open to suggestions, so if you have made any modification to the mod, please leave an issue/PR so I can consider adding your use case to the mod. +## Credits + +**Translation** + +[Huantanhua](https://github.com/Huantanhua) for Simplified Chinese translation + +**Inspiration** + +The [Create mod](https://github.com/Creators-of-Create/Create) and the [Create Chunkloading mod](https://github.com/embeddedt/CreateChunkloading) \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 957dd57..f2f0fa5 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -27,7 +27,7 @@ displayURL="https://github.com/hlysine/create_power_loader" # A file name (in the root of the mod JAR) containing a logo for display logoFile="create_power_loader_icon.png" #optional # A text field displayed in the mod UI -#credits="" #optional +credits="GitHub contributors, the Create mod Discord and redditors" #optional # A text field displayed in the mod UI authors="${mod_authors}" #optional # Display Test controls the display for your mod in the server connection screen