From acfb2624a1cf7f36825e5b9885ca4bc3283323d4 Mon Sep 17 00:00:00 2001 From: Sarah Evermore Date: Mon, 1 Jul 2024 23:43:16 +0200 Subject: [PATCH] update fabric.mod.json :3 --- src/main/resources/fabric.mod.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fd7cae6..bc05ed5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,12 +4,12 @@ "version": "${version}", "name": "Bee Yourself", "description": "This is an example description! Tell everyone what your mod is about!", - "authors": ["Me!"], + "authors": ["IAMSolaara"], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://github.com/IAMSolaara/bee-yourself/", + "sources": "https://github.com/IAMSolaara/bee-yourself/" }, - "license": "CC0-1.0", + "license": "BSD-3-Clause", "icon": "assets/bee-yourself/icon.png", "environment": "*", "entrypoints": { @@ -28,4 +28,3 @@ "another-mod": "*" } } -