From b5266b8781d4b35b0efa5821b32c1a6366733539 Mon Sep 17 00:00:00 2001 From: yor42 Date: Sun, 17 Nov 2024 22:07:48 +0900 Subject: [PATCH] fix credit --- README.md | 3 +- .../assets/academy/config/about.conf | 32 +++++++++++++------ 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37e135fa..8540d4f0 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ Localized content includes: Proper credits will be given in the next release. ## ⚠️ Donations & Project Status -While we appreciate the community's support, **monetary contributions cannot be guaranteed to reach the developer's family.** Instead, we encourage you to: +The current donation link was set up by the original developer, who sadly passed away in 2021. While their Patreon account remains up and may still support their family, I cannot confirm where donations made today are directed. +If you wish to support the mod’s ongoing maintenance, please consider alternative means of contributing, such as: - ⭐ Star this repository to honor the developer's work - 💻 Contribute to the codebase if you find it valuable diff --git a/src/main/resources/assets/academy/config/about.conf b/src/main/resources/assets/academy/config/about.conf index ace91f26..4a093018 100644 --- a/src/main/resources/assets/academy/config/about.conf +++ b/src/main/resources/assets/academy/config/about.conf @@ -46,7 +46,8 @@ credits { "mkpoli (Japanese)", "柳荫理乃 (Japanese)", "dtraitor (Russian)", - "Mindiest, yor42 (Korean)" + "Mindiest (Korean)", + "yor42 (Korean)" ], [ "GitHub Contributors", @@ -184,13 +185,24 @@ donation { "]Lambda Innovation" ] ko_kr: [ - "AcademyCraft를 플레이 해 주셔서 감사합니다!!", - "모드가 재밌으셨다면, 저희를 지원하는것을 고려해 주세요:", - "!!Patreon|https://www.patreon.com/WeAthFolD", - "모드를 더욱 흥미롭게 만들겠습니다! >3<", - "", - "", - "", - "]Lambda Innovation" - ] + "AcademyCraft를 플레이 해 주셔서 감사합니다!!", + "마음에 드신다면 기부를 통해 개발을 응원해 주세요!", + "!!Patreon|https://www.patreon.com/WeAthFolD", + "더 재미있는 게임 콘텐츠로 보답하겠습니다! >3<", + "", + "", + "", + "]Lambda Innovation" + ] + ja_jp: [ + "アカデミークラフトを体験していただき嬉しく思います!", + "もしACを気に入っていただけたなら、", + "寄付することで私たちの発展をサポートすることができます!", + "!!Patreon|https://www.patreon.com/WeAthFolD", + "もっともっと面白いゲーム内容で報います! >3<", + "", + "", + "", + "]Lambda Innovation" + ] } \ No newline at end of file