Skip to content

Commit

Permalink
Update fabric.mod.json and icon.png
Browse files Browse the repository at this point in the history
  • Loading branch information
yo56789 committed Mar 26, 2024
1 parent f8b8cc5 commit e5ac957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified src/main/resources/assets/mcdiscwbhk/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"id": "mcdiscwbhk",
"version": "${version}",

"name": "Mc Discord Webhook",
"name": "McDiscordWebhook",
"description": "Sends chat messages to a discord channel via webhook meaning no need for a bot!",
"authors": [
"yo56789"
],
"contact": {
"homepage": "",
"sources": ""
"sources": "https://github.com/yo56789/McDiscordWebhook",
"issues": "https://github.com/yo56789/McDiscordWebhook/issues"
},

"license": "CC0-1.0",
"license": "MIT",
"icon": "assets/mcdiscwbhk/icon.png",

"environment": "*",
"environment": "server",
"entrypoints": {
"server": [
"io.github.yo56789.mcdiscwbhk.Main"
Expand Down

0 comments on commit e5ac957

Please sign in to comment.