diff --git a/common/src/main/resources/icon.png b/common/src/main/resources/icon.png new file mode 100644 index 0000000..880da2f Binary files /dev/null and b/common/src/main/resources/icon.png differ diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f9171f6..b311116 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -7,14 +7,17 @@ "authors": [ "ImUrX" ], + "contributors": [ + "KiboTheCookie" + ], "contact": { "homepage": "https://github.com/imurx/screencopy", "sources": "https://github.com/imurx/screencopy", - "issues": "https://github.com/imurx/screencopy", + "issues": "https://github.com/imurx/screencopy/issues", "email": "urielfontan2002@gmail.com" }, "license": "MIT OR Apache-2.0", - "icon": "assets/screencopy/icon.png", + "icon": "icon.png", "environment": "client", "entrypoints": { "client": [ diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 736ef5a..3f8efb3 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -7,11 +7,13 @@ license = "MIT OR Apache-2.0" modId = "screencopy" version = "${version}" displayName = "Screencopy" +displayURL = "https://github.com/ImUrX/screencopy" +credits = "Thanks KiboTheCookie for the icon design." authors = "ImUrX" description = ''' Let's you save screenshots to your clipboard ''' -#logoFile = "" +logoFile = "icon.png" [[dependencies.screencopy]] modId = "forge"