diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 33eeb2b..f528205 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,15 +3,15 @@ "id": "learning", "version": "${version}", "name": "Learning", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "I'm lovin' modding!", "authors": [ - "Me!" + "David-123" ], "contact": { "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "sources": "https://code.kcpot.top/David-123/FabricModLearning" }, - "license": "CC0-1.0", + "license": "CC-BY-SA-4.0", "icon": "assets/learning/icon.png", "environment": "*", "entrypoints": { @@ -34,4 +34,4 @@ "suggests": { "another-mod": "*" } -} \ No newline at end of file +}