Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Stuff for ModMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Aug 17, 2019
1 parent 5b46e0a commit 0c20eae
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.4.8+build.159

# Mod Properties
mod_version = 1.0
mod_version = 1.0.1
maven_group = net.earthcomputer
archives_base_name = multiconnect

Expand Down
Binary file modified src/api/resources/assets/multiconnect/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/api/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"contact": {
"homepage": "https://earthcomputer.net/",
"sources": "https://github.com/Earthcomputer/multiconnect"
"sources": "https://github.com/Earthcomputer/multiconnect",
"issues": "https://github.com/Earthcomputer/multiconnect/issues"
},

"license": "MIT",
Expand All @@ -23,5 +24,10 @@

"depends": {
"fabricloader": ">=0.4.0"
},

"custom": {
"modmenu:api": true,
"modmenu:clientsideOnly": true
}
}
Binary file modified src/main/resources/assets/multiconnect/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"contact": {
"homepage": "https://earthcomputer.net/",
"sources": "https://github.com/Earthcomputer/multiconnect"
"sources": "https://github.com/Earthcomputer/multiconnect",
"issues": "https://github.com/Earthcomputer/multiconnect/issues"
},

"license": "MIT",
Expand All @@ -33,5 +34,9 @@

"depends": {
"fabricloader": ">=0.4.0"
},

"custom": {
"modmenu:clientsideOnly": true
}
}

0 comments on commit 0c20eae

Please sign in to comment.