From fca1ab510f4a5369c5e9be93b1ce72108dd940ba Mon Sep 17 00:00:00 2001 From: blryface Date: Wed, 6 Nov 2024 13:57:39 -0300 Subject: [PATCH] Add credits.json section for other mods used in Joy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This currently only includes what the Blå --- src/main/resources/assets/minecraft/texts/credits.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/minecraft/texts/credits.json b/src/main/resources/assets/minecraft/texts/credits.json index 72a91c4..5c25629 100644 --- a/src/main/resources/assets/minecraft/texts/credits.json +++ b/src/main/resources/assets/minecraft/texts/credits.json @@ -8880,8 +8880,15 @@ "Polycord (Romanian)", "Santiago 'Zhamty' Navas (Argentinian Spanish)" ] + }, + { + "title": "Other mods used in Joy", + "names": [ + "Hibi - Blåhaj Mod (Fabric)", + "DaFuqs - Blåhaj Mod (Fabric)" + ] } ] } } -] \ No newline at end of file +]