From ce87974d80220f960b37ac11b224b4a3e19ea2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ampflower=20=F0=9F=8C=BA?= Date: Wed, 12 Mar 2025 19:19:10 -0700 Subject: [PATCH] chore: update fabric.mod.json --- fabric/src/main/resources/fabric.mod.json | 13 ++++++++++--- xplat/src/main/resources/assets/joy/lang/en_us.json | 2 ++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index c4b3ed7..3bc7976 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "joy", "version": "${version}", "name": "Joy", - "description": "This is an LGBT pride mod made by Pridecraft Studios.", + "description": "Joy is a Fabric mod built with the core goal of tastefully adding pride to Minecraft, while also porting Pridepack to its own set of decoration.", "authors": [ "Pridecraft Studios", "Wolren", @@ -27,14 +27,13 @@ "sources": "https://git.pridecraft.gay/joy" }, "license": [ - "For Joy Licensing Details & Source Disclosure, see LICENSE.md", "All Rights Reserved (Code)", "CC-BY-SA-4.0 (Art)", "All Rights Reserved (Music)", "Unlicense (Blahaj)", "MIT (Blahaj)" ], - "icon": "assets/joy/icon.png", + "icon": "assets/joy/icon-release.png", "environment": "*", "entrypoints": { "client": [ @@ -67,5 +66,13 @@ }, "suggests": { "mavapi": "*" + }, + "custom": { + "modmenu": { + "links": { + "modmenu.discord": "https://discord.pridecraft.gay/", + "joy.license": "https://git.pridecraft.gay/joy/tree/HEAD/LICENSE.md" + } + } } } diff --git a/xplat/src/main/resources/assets/joy/lang/en_us.json b/xplat/src/main/resources/assets/joy/lang/en_us.json index 1199d92..2638269 100644 --- a/xplat/src/main/resources/assets/joy/lang/en_us.json +++ b/xplat/src/main/resources/assets/joy/lang/en_us.json @@ -1,4 +1,6 @@ { + "joy.license": "Licensing Information", + "itemgroup.joy.beds": "Joy Beds", "itemgroup.joy.bundles": "Joy Bundles", "itemgroup.joy.candles": "Joy Candles",